post-release cleanup

- prep changelog for future changes
- composer changes from re-running composer on the repo, testing deps
- change to phpunit coverage make target, required with newer releases
This commit is contained in:
El RIDO 2024-02-11 15:10:01 +01:00
parent a3ee624d3a
commit 5c29619fee
No known key found for this signature in database
GPG key ID: 0F5C940A6BD81F92
3 changed files with 10 additions and 8 deletions

View file

@ -24,10 +24,10 @@
"docs" : "https://privatebin.info/codedoc/"
},
"require" : {
"php" : "^7.3 || ^8.0",
"yzalis/identicon" : "2.0.0",
"mlocati/ip-lib" : "1.18.0",
"jdenticon/jdenticon": "1.0.2"
"php": "^7.3 || ^8.0",
"jdenticon/jdenticon": "1.0.2",
"mlocati/ip-lib": "1.18.0",
"yzalis/identicon": "2.0.0"
},
"suggest" : {
"google/cloud-storage" : "1.32.0",