Skip to content

Commit d1713ee

Browse files
Removed all extension dependencies, and instead added them as suggestions.
1 parent 28dadf2 commit d1713ee

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

composer.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
],
2525
"require": {
2626
"php": "^5.5|^7.0",
27-
"ext-apcu": "*",
2827
"psr/cache": "^1.0",
2928
"cache/adapter-common": "^0.3",
3029
"cache/taggable-cache": "^0.4"
@@ -33,6 +32,9 @@
3332
"phpunit/phpunit": "^4.0|^5.1",
3433
"cache/integration-tests": "^0.9"
3534
},
35+
"suggest": {
36+
"ext-apcu": "The extension required to use this pool."
37+
},
3638
"provide": {
3739
"psr/cache-implementation": "^1.0"
3840
},

0 commit comments

Comments
 (0)