Skip to content
This repository was archived by the owner on Oct 24, 2023. It is now read-only.

Commit e09dfc9

Browse files
author
Jens Schulze
committed
chore(Composer): fix dependencies for cache adapter
1 parent b7bc182 commit e09dfc9

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"guzzlehttp/psr7": "^1.1",
3535
"psr/cache": "^1.0",
3636
"psr/simple-cache": "^1.0",
37-
"cache/apcu-adapter": "^0.2",
37+
"cache/apcu-adapter": "^1.0 || ^0.3 || ^0.2",
3838
"paragonie/random_compat": "^2.0 || ^1.0",
3939
"ext-intl": "*",
4040
"ext-mbstring": "*"
@@ -54,11 +54,11 @@
5454
"phpunit/phpcov": "*",
5555
"friendsofphp/php-cs-fixer": "@stable",
5656
"symfony/yaml": "^3.0",
57-
"cache/array-adapter": "^0.4.0",
58-
"cache/doctrine-adapter": "^0.5.0",
59-
"cache/redis-adapter": "^0.4.0",
60-
"cache/filesystem-adapter": "^0.3.0",
61-
"cache/void-adapter": "^0.3",
57+
"cache/array-adapter": "^1.0",
58+
"cache/doctrine-adapter": "^1.0",
59+
"cache/redis-adapter": "^1.0",
60+
"cache/filesystem-adapter": "^1.0",
61+
"cache/void-adapter": "^1.0",
6262
"incenteev/composer-parameter-handler": "^2.1"
6363
},
6464
"replaces": {

0 commit comments

Comments
 (0)