update PHP dependencies

This commit is contained in:
El RIDO
2021-04-05 17:11:51 +02:00
parent 65d8f896c7
commit 30c8d97517
6 changed files with 185 additions and 113 deletions

View File

@@ -24,8 +24,8 @@
"docs" : "https://privatebin.info/codedoc/"
},
"require" : {
"php" : "^5.6.0 || ^7.0",
"paragonie/random_compat" : "2.0.18",
"php" : "^5.6.0 || ^7.0 || ^8.0",
"paragonie/random_compat" : "2.0.19",
"yzalis/identicon" : "2.0.0"
},
"require-dev" : {
@@ -39,4 +39,4 @@
"config" : {
"autoloader-suffix" : "DontChange"
}
}
}