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 1b36f9a commit 527521fCopy full SHA for 527521f
composer.json
@@ -24,15 +24,15 @@
24
}
25
],
26
"require": {
27
- "php": "^5.5|^7.0",
+ "php": "^5.5 || ^7.0",
28
"psr/cache": "^1.0",
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"
33
},
34
"require-dev": {
35
- "phpunit/phpunit": "^4.0|^5.1",
+ "phpunit/phpunit": "^4.0 || ^5.1",
36
"cache/predis-adapter": "@stable",
37
"cache/array-adapter": "@stable",
38
"cache/integration-tests": "^0.10"
0 commit comments