Skip to content

Commit 4c7d1fd

Browse files
committed
Added some suggested extensions
1 parent 5159ee9 commit 4c7d1fd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

composer.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@
2626
"phpunit/phpunit": "5.0.*|^4.0",
2727
"matthiasnoback/symfony-dependency-injection-test": "0.7.*"
2828
},
29+
"suggest": {
30+
"ext-memcached": "Allows for caching with Memcached",
31+
"ext-redis": "Allows for caching with Redis"
32+
},
2933
"autoload": {
3034
"psr-4": {
3135
"Cache\\Adapter\\DoctrineAdapterBundle\\": "src/"

0 commit comments

Comments
 (0)