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 7bcf23d commit e6c569eCopy full SHA for e6c569e
composer.json
@@ -25,7 +25,6 @@
25
],
26
"require": {
27
"php": "^5.5|^7.0",
28
- "ext-memcached": "*",
29
"psr/cache": "^1.0",
30
"cache/adapter-common": "^0.3",
31
"cache/taggable-cache": "^0.4",
@@ -35,6 +34,9 @@
35
34
"phpunit/phpunit": "^4.0|^5.1",
36
"cache/integration-tests": "^0.9"
37
},
+ "suggest": {
38
+ "ext-memcached": "The extension required to use this pool."
39
+ },
40
"provide": {
41
"psr/cache-implementation": "^1.0"
42
0 commit comments