Skip to content

Commit 5003e54

Browse files
committed
Added adapters as dev dependencies
1 parent fee3f34 commit 5003e54

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

composer.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,10 @@
2424
},
2525
"require-dev": {
2626
"phpunit/phpunit": "5.0.*|^4.0",
27-
"matthiasnoback/symfony-dependency-injection-test": "0.7.*"
27+
"matthiasnoback/symfony-dependency-injection-test": "0.7.*",
28+
"cache/doctrine-adapter": "@stable",
29+
"cache/redis-adapter": "@stable",
30+
"cache/memcached-adapter": "@stable"
2831
},
2932
"autoload": {
3033
"psr-4": {

0 commit comments

Comments
 (0)