Skip to content

Commit

Permalink
amending package constraint
Browse files Browse the repository at this point in the history
raising minimum phpunit version due to deprecated ReflectionType::__toString() usage.
  • Loading branch information
SignpostMarv committed Feb 13, 2020
1 parent 18df263 commit e42db9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"phpunit/php-timer": "^2.0"
},
"require-dev": {
"phpunit/phpunit": "^7.0",
"phpunit/phpunit": "^7.5.20",
"squizlabs/php_codesniffer": "^2.8.1"
},
"autoload": {
Expand Down

0 comments on commit e42db9b

Please sign in to comment.