update composer dependencies - test phpunit 9
This commit is contained in:
@@ -25,11 +25,11 @@
|
||||
},
|
||||
"require" : {
|
||||
"php" : "^5.6.0 || ^7.0 || ^8.0",
|
||||
"paragonie/random_compat" : "2.0.18",
|
||||
"yzalis/identicon" : "2.0.0"
|
||||
"paragonie/random_compat" : "<9.99",
|
||||
"yzalis/identicon" : "^2.0.0"
|
||||
},
|
||||
"require-dev" : {
|
||||
"phpunit/phpunit" : "^4.6 || ^5.0"
|
||||
"phpunit/phpunit" : "^4.6 || ^5 || ^9"
|
||||
},
|
||||
"autoload" : {
|
||||
"psr-4" : {
|
||||
|
||||
Reference in New Issue
Block a user