InterNations / http-mock

Mock HTTP requests on the server side in your PHP unit tests
http://www.internations.org
MIT License
391 stars 62 forks source link

Change required symfony/process version #19

Closed damour closed 8 years ago

damour commented 8 years ago

Fix error on symfony 2.7: "PHP Strict standards: Declaration of InterNations\Component\HttpMock\Server::start() should be compatible with Symfony\Component\Process\Process::start($callback = NULL) in vendor/internations/http-mock/src/InterNations/Component/HttpMock/Server.php on line 12".

Package versions: http-mock: 0.7.2 symfony/process: 2.7.9

With http-mock v0.7.0 works fine.

After this commit http-mock can works only with symfony/process > 3.0

lstrojny commented 8 years ago

Can you check the build errors and remove 5.4 from the compatibility matrix?

damour commented 8 years ago

Done. Scrutinizer still fails but now on composer install step.

lstrojny commented 8 years ago

Thanks!