Update dependencies, and update the provide section of composer.json
All checks were successful
Gitea - aviat/banker/pipeline/head This commit looks good
All checks were successful
Gitea - aviat/banker/pipeline/head This commit looks good
This commit is contained in:
parent
3c8d23e78b
commit
49399b80ef
@ -13,7 +13,7 @@
|
||||
],
|
||||
"provide": {
|
||||
"psr/cache-implementation": "^3.0.0",
|
||||
"psr/simple-cache-implementation": "^1.0.0"
|
||||
"psr/simple-cache-implementation": "^3.0.0"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
@ -29,7 +29,7 @@
|
||||
"php": ">= 8",
|
||||
"ext-json": "*",
|
||||
"predis/predis": "^1.1",
|
||||
"psr/log": "^1.0 | ^3.0",
|
||||
"psr/log": "*",
|
||||
"psr/cache": "^3.0.0",
|
||||
"psr/simple-cache": "^3.0.0"
|
||||
},
|
||||
@ -44,7 +44,7 @@
|
||||
"phpunit/phpunit": "^9.5.0",
|
||||
"sebastian/phpcpd": "^6.0.3",
|
||||
"squizlabs/php_codesniffer": "^3.3.2",
|
||||
"phpstan/phpstan": "^0.12.2"
|
||||
"phpstan/phpstan": "^1.2.0"
|
||||
},
|
||||
"suggest": {
|
||||
"monolog/monolog": "A good standard logging library",
|
||||
|
Loading…
Reference in New Issue
Block a user