File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " cache/adapter-bundle" ,
3
- "type" : " library " ,
3
+ "type" : " symfony-bundle " ,
4
4
"description" : " A bundle that registers cache implementations as Symfony services supporting PSR-6 and tagging" ,
5
5
"keywords" : [],
6
6
"homepage" : " https://github.com/php-cache/adapter-bundle" ,
19
19
],
20
20
"require" : {
21
21
"php" : " ^5.6 || ^7.0" ,
22
+ "cache/array-adapter" : " ^1.0" ,
22
23
"symfony/framework-bundle" : " ^2.7 || ^3.0" ,
23
24
"symfony/options-resolver" : " ^2.7 || ^3.0" ,
24
25
"psr/cache" : " ^1.0" ,
32
33
"nyholm/symfony-bundle-test" : " ^1.2.0" ,
33
34
"cache/apc-adapter" : " ^1.0" ,
34
35
"cache/apcu-adapter" : " ^1.0" ,
35
- "cache/array-adapter" : " ^1.0" ,
36
36
"cache/chain-adapter" : " ^1.0" ,
37
37
"cache/doctrine-adapter" : " ^1.0" ,
38
38
"cache/filesystem-adapter" : " ^1.0" ,
You can’t perform that action at this time.
0 commit comments