Skip to content

Commit d29389d

Browse files
committed
simplified dependencies and upgraded cache interface
1 parent 5d996ae commit d29389d

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

composer.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"php-http/message-factory": "^1.0",
3232
"stefanak-michal/bolt": "^5.1",
3333
"symfony/polyfill-php80": "^1.2",
34-
"psr/simple-cache": "^1.0",
34+
"psr/simple-cache": ">=2.0",
3535
"ext-json": "*"
3636
},
3737
"provide": {
@@ -52,10 +52,7 @@
5252
"psalm/plugin-phpunit": "^0.15.1",
5353
"monolog/monolog": "^2.2",
5454
"psr/log": "^1.1",
55-
"php-di/php-di": "^6.3",
5655
"vlucas/phpdotenv": "^5.0",
57-
"psr/container": "^1.1",
58-
"lctrs/psalm-psr-container-plugin": "^1.3",
5956
"symfony/uid": "^5.0",
6057
"symfony/var-dumper": "^5.0",
6158
"cache/integration-tests": "dev-master",

0 commit comments

Comments
 (0)