updating jdenticon library to 2.0.0, minimum PHP version 7.4

This commit is contained in:
El RIDO 2025-07-14 22:01:11 +02:00
parent 3ba29ea29e
commit 13869e46be
No known key found for this signature in database
GPG key ID: 0F5C940A6BD81F92
47 changed files with 764 additions and 912 deletions

View file

@ -24,8 +24,8 @@
"docs" : "https://privatebin.info/codedoc/"
},
"require" : {
"php": "^7.3 || ^8.0",
"jdenticon/jdenticon": "1.0.2",
"php": "^7.4 || ^8.0",
"jdenticon/jdenticon": "2.0.0",
"mlocati/ip-lib": "1.20.0",
"symfony/polyfill-php80": "1.31.0",
"yzalis/identicon": "2.0.0"
@ -48,7 +48,7 @@
"preferred-install": "dist",
"sort-packages": true,
"platform": {
"php": "7.3"
"php": "7.4"
}
}
}