updating composer requirements und identicon library

This commit is contained in:
El RIDO
2020-02-05 19:17:22 +01:00
parent df7a06315f
commit 2870023e9c
4 changed files with 205 additions and 195 deletions

View File

@@ -24,9 +24,9 @@
"docs" : "https://privatebin.info/codedoc/"
},
"require" : {
"php" : "^5.5.0 || ^7.0",
"php" : "^5.6.0 || ^7.0",
"paragonie/random_compat" : "2.0.18",
"yzalis/identicon" : "1.2.0"
"yzalis/identicon" : "2.0.0"
},
"require-dev" : {
"codacy/coverage" : "dev-master",
@@ -41,4 +41,4 @@
"config" : {
"autoloader-suffix" : "DontChange"
}
}
}