update composer dependencies - test phpunit 9

This commit is contained in:
El RIDO
2020-10-10 11:50:48 +02:00
parent 50f81e1d2e
commit 99f50f6de3
4 changed files with 1053 additions and 480 deletions

View File

@@ -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" : {