Skip to content

Commit f005009

Browse files
committed
Require doctrine adapter 0.3
1 parent 11b2bb9 commit f005009

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

composer.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,16 +20,12 @@
2020
"require": {
2121
"php": "^5.5|^7",
2222
"symfony/framework-bundle": "^2.6|^3.0",
23-
"cache/doctrine-adapter": "^0.2"
23+
"cache/doctrine-adapter": "^0.3"
2424
},
2525
"require-dev": {
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-
},
3329
"autoload": {
3430
"psr-4": {
3531
"Cache\\Adapter\\DoctrineAdapterBundle\\": "src/"

0 commit comments

Comments
 (0)