Skip to content

Commit

Permalink
Removed all extension dependencies, and instead added them as suggest…
Browse files Browse the repository at this point in the history
…ions.
  • Loading branch information
magnusnordlander committed Mar 1, 2016
1 parent 28dadf2 commit d1713ee
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
],
"require": {
"php": "^5.5|^7.0",
"ext-apcu": "*",
"psr/cache": "^1.0",
"cache/adapter-common": "^0.3",
"cache/taggable-cache": "^0.4"
Expand All @@ -33,6 +32,9 @@
"phpunit/phpunit": "^4.0|^5.1",
"cache/integration-tests": "^0.9"
},
"suggest": {
"ext-apcu": "The extension required to use this pool."
},
"provide": {
"psr/cache-implementation": "^1.0"
},
Expand Down

0 comments on commit d1713ee

Please sign in to comment.