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 526320d commit 2784b17Copy full SHA for 2784b17
composer.json
@@ -24,12 +24,12 @@
24
}
25
],
26
"require": {
27
- "php": "^5.5|^7.0",
+ "php": "^5.5 || ^7.0",
28
"psr/cache": "^1.0",
29
"cache/taggable-cache": "^0.4"
30
},
31
"require-dev": {
32
- "phpunit/phpunit": "^4.0|^5.1",
+ "phpunit/phpunit": "^4.0 || ^5.1",
33
"cache/integration-tests": "^0.10"
34
35
"autoload": {
0 commit comments