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 0ec58f0 commit 8a56e54Copy full SHA for 8a56e54
composer.json
@@ -22,11 +22,11 @@
22
}
23
],
24
"require": {
25
- "php": "^5.5|^7.0",
+ "php": "^5.5 || ^7.0",
26
"psr/cache": "^1.0"
27
},
28
"require-dev": {
29
- "phpunit/phpunit": "^4.0|^5.1",
+ "phpunit/phpunit": "^4.0 || ^5.1",
30
"mockery/mockery": "^0.9",
31
"cache/array-adapter": "@stable",
32
"cache/integration-tests": "^0.10"
0 commit comments