Skip to content

Commit 0e5c3cc

Browse files
authored
Adding array-adapter and changing type
1 parent d8d70d0 commit 0e5c3cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cache/adapter-bundle",
3-
"type": "library",
3+
"type": "symfony-bundle",
44
"description": "A bundle that registers cache implementations as Symfony services supporting PSR-6 and tagging",
55
"keywords": [],
66
"homepage": "https://github.com/php-cache/adapter-bundle",
@@ -19,6 +19,7 @@
1919
],
2020
"require": {
2121
"php": "^5.6 || ^7.0",
22+
"cache/array-adapter": "^1.0",
2223
"symfony/framework-bundle": "^2.7 || ^3.0",
2324
"symfony/options-resolver": "^2.7 || ^3.0",
2425
"psr/cache": "^1.0",
@@ -32,7 +33,6 @@
3233
"nyholm/symfony-bundle-test": "^1.2.0",
3334
"cache/apc-adapter": "^1.0",
3435
"cache/apcu-adapter": "^1.0",
35-
"cache/array-adapter": "^1.0",
3636
"cache/chain-adapter": "^1.0",
3737
"cache/doctrine-adapter": "^1.0",
3838
"cache/filesystem-adapter": "^1.0",

0 commit comments

Comments
 (0)