Codeception / Stub

Flexible Stub wrapper for PHPUnit's Mock Builder
MIT License
295 stars 17 forks source link

Wrong dependency on phpunit-mock-objects #1

Closed tehplague closed 6 years ago

tehplague commented 6 years ago

Please bump the version constraint for phpunit/phpunit-mock-objects to ^5.0 instead of 5.0. Currently the installation of codeception/stub forces PHPUnit to downgrade from 6.5.5 to 6.5.1 because this package limits the version of phpunit/phpunit-mock-object to 5.0.0 (since phpunit/phpunit-mock-objects: "^2.3|^3.0|^4.0|5.0" is equal to 5.0.0 regarding 5.x versions).

As newer PHPUnit releases depend on at least version 5.0.5 your configuration is incompatible to them.

DavertMik commented 6 years ago

Thanks! Fixed in 1.0.1