Update dependencies, and update the provide section of composer.json
Gitea - aviat/banker/pipeline/head This commit looks good Details

This commit is contained in:
Timothy Warren 2021-12-02 15:38:15 -05:00
parent 3c8d23e78b
commit 49399b80ef
1 changed files with 3 additions and 3 deletions

View File

@ -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",