Skip to content

Commit 750aede

Browse files
Removed all extension dependencies, and instead added them as suggestions.
1 parent 9cc38ae commit 750aede

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

composer.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,13 @@
2424
],
2525
"require": {
2626
"php": "^5.5|^7.0",
27-
"ext-apc": "*",
2827
"psr/cache": "^1.0",
2928
"cache/adapter-common": "^0.3",
3029
"cache/taggable-cache": "^0.4"
3130
},
31+
"suggest": {
32+
"ext-apc": "The extension required to use this pool."
33+
},
3234
"require-dev": {
3335
"phpunit/phpunit": "^4.0|^5.1",
3436
"cache/integration-tests": "^0.9"

0 commit comments

Comments
 (0)