BossaConsulting / phpspec2-expect

Helper that decorates any SUS with a PhpSpec lazy object wrapper
MIT License
75 stars 34 forks source link

Support phpspec 3.3.x #40

Closed mlopes closed 7 years ago

mlopes commented 7 years ago

phpspec 3.3.0 has been released, and we need to support it in phpspec2-expect so that users can install it with the latest version of phpspec.

There are no new matchers on phpspec 3.3.0 nor BC breaking changes, so this should be just changing composer to support version 3.2.x and 3.3 of phpspec and tag it.

mlopes commented 7 years ago

Fixed