We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8d70d0 commit 0e5c3ccCopy full SHA for 0e5c3cc
1 file changed
composer.json
@@ -1,6 +1,6 @@
1
{
2
"name": "cache/adapter-bundle",
3
- "type": "library",
+ "type": "symfony-bundle",
4
"description": "A bundle that registers cache implementations as Symfony services supporting PSR-6 and tagging",
5
"keywords": [],
6
"homepage": "https://github.com/php-cache/adapter-bundle",
@@ -19,6 +19,7 @@
19
],
20
"require": {
21
"php": "^5.6 || ^7.0",
22
+ "cache/array-adapter": "^1.0",
23
"symfony/framework-bundle": "^2.7 || ^3.0",
24
"symfony/options-resolver": "^2.7 || ^3.0",
25
"psr/cache": "^1.0",
@@ -32,7 +33,6 @@
32
33
"nyholm/symfony-bundle-test": "^1.2.0",
34
"cache/apc-adapter": "^1.0",
35
"cache/apcu-adapter": "^1.0",
- "cache/array-adapter": "^1.0",
36
"cache/chain-adapter": "^1.0",
37
"cache/doctrine-adapter": "^1.0",
38
"cache/filesystem-adapter": "^1.0",
0 commit comments