We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 527521f commit bbc23d3Copy full SHA for bbc23d3
composer.json
@@ -29,12 +29,12 @@
29
"psr/log": "^1.0",
30
"cache/adapter-common": "^0.3",
31
"cache/taggable-cache": "^0.4",
32
- "symfony/options-resolver": "^2.7|^3.0"
+ "symfony/options-resolver": "^2.7 || ^3.0"
33
},
34
"require-dev": {
35
"phpunit/phpunit": "^4.0 || ^5.1",
36
- "cache/predis-adapter": "@stable",
37
- "cache/array-adapter": "@stable",
+ "cache/predis-adapter": "^0.4",
+ "cache/array-adapter": "^0.4",
38
"cache/integration-tests": "^0.10"
39
40
"provide": {
0 commit comments