We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11b2bb9 commit f005009Copy full SHA for f005009
composer.json
@@ -20,16 +20,12 @@
20
"require": {
21
"php": "^5.5|^7",
22
"symfony/framework-bundle": "^2.6|^3.0",
23
- "cache/doctrine-adapter": "^0.2"
+ "cache/doctrine-adapter": "^0.3"
24
},
25
"require-dev": {
26
"phpunit/phpunit": "5.0.*|^4.0",
27
"matthiasnoback/symfony-dependency-injection-test": "0.7.*"
28
29
- "suggest": {
30
- "ext-memcached": "Allows for caching with Memcached",
31
- "ext-redis": "Allows for caching with Redis"
32
- },
33
"autoload": {
34
"psr-4": {
35
"Cache\\Adapter\\DoctrineAdapterBundle\\": "src/"
0 commit comments