Skip to content

Commit bdd9590

Browse files
Removed all extension dependencies, and instead added them as suggestions.
1 parent c3fff15 commit bdd9590

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
@@ -26,7 +26,6 @@
2626
],
2727
"require": {
2828
"php": "^5.5|^7.0",
29-
"ext-redis": "*",
3029
"psr/cache": "^1.0",
3130
"cache/adapter-common": "^0.3",
3231
"cache/taggable-cache": "^0.4",
@@ -36,6 +35,9 @@
3635
"phpunit/phpunit": "^4.0|^5.1",
3736
"cache/integration-tests": "^0.9"
3837
},
38+
"suggest": {
39+
"ext-redis": "The extension required to use this pool."
40+
},
3941
"provide": {
4042
"psr/cache-implementation": "^1.0"
4143
},

0 commit comments

Comments
 (0)