Skip to content

Commit efea515

Browse files
committed
update composer.json for different phpunit version
1 parent af52094 commit efea515

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
},
2424
"require-dev": {
2525
"paragonie/random_compat": ">=2",
26-
"phpunit/phpunit": "~4.0",
26+
"phpunit/phpunit": "^4.8 || ^5.0 || ^6.0 || ^7.0 || ^8.0 || ^9.3.4",
2727
"squizlabs/php_codesniffer": "~3.6"
2828
},
2929
"autoload": {

0 commit comments

Comments
 (0)