BossaConsulting / phpspec2-expect

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

Get Composer to run on PHP 7.3 build #57

Closed Sam-Burns closed 5 years ago

Sam-Burns commented 5 years ago

php nightly build on Travis was broken. This is because Composer can't install PhpSpec with PHP 7.3 release candidates. This PR adds --ignore-platform-reqs to the Composer command.

This build job was an 'allowable failure' before, but now it passes.