Skip to content

Commit e42db9b

Browse files
committed
amending package constraint
raising minimum phpunit version due to deprecated ReflectionType::__toString() usage.
1 parent 18df263 commit e42db9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"phpunit/php-timer": "^2.0"
2222
},
2323
"require-dev": {
24-
"phpunit/phpunit": "^7.0",
24+
"phpunit/phpunit": "^7.5.20",
2525
"squizlabs/php_codesniffer": "^2.8.1"
2626
},
2727
"autoload": {

0 commit comments

Comments
 (0)