Skip to content

Commit

Permalink
drop phpunit-mock-objects requirement
Browse files Browse the repository at this point in the history
closes #66

the phpunit/phpunit requirement already pulls those in at the exact same
constraints, and more recent versions of phpunit actually include the
functionality in the core library, deprecating the phpunit-mock-objects
library
  • Loading branch information
alcohol committed Apr 14, 2019
1 parent 881d02b commit 74ef320
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,7 @@
"php": "^5.3.2 || ^7.0"
},
"require-dev": {
"phpunit/phpunit": "^4.5 || ^5.0.5",
"phpunit/phpunit-mock-objects": "2.3.0 || ^3.0"
"phpunit/phpunit": "^4.5 || ^5.0.5"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 74ef320

Please sign in to comment.