BossaConsulting / phpspec2-expect

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

Pass dependencies which will be required in phpspec3 #25

Closed marek-pietrzak-tg closed 8 years ago

marek-pietrzak-tg commented 8 years ago

phpspec3 will remove optional dependecies. PR with the change (https://github.com/phpspec/phpspec/pull/872) fails on travis because of missing dependecies in phpspec2-expect. This pull request adds those.

Sam-Burns commented 8 years ago

Please be aware of https://github.com/BossaConsulting/phpspec2-expect/pull/28 .

mcurran-inviqa commented 8 years ago

added as part of phpspec 3 PR