Skip to content

Commit e6c569e

Browse files
Removed all extension dependencies, and instead added them as suggestions.
1 parent 7bcf23d commit e6c569e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

composer.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
],
2626
"require": {
2727
"php": "^5.5|^7.0",
28-
"ext-memcached": "*",
2928
"psr/cache": "^1.0",
3029
"cache/adapter-common": "^0.3",
3130
"cache/taggable-cache": "^0.4",
@@ -35,6 +34,9 @@
3534
"phpunit/phpunit": "^4.0|^5.1",
3635
"cache/integration-tests": "^0.9"
3736
},
37+
"suggest": {
38+
"ext-memcached": "The extension required to use this pool."
39+
},
3840
"provide": {
3941
"psr/cache-implementation": "^1.0"
4042
},

0 commit comments

Comments
 (0)