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 ff63603 commit 8742561Copy full SHA for 8742561
composer.json
@@ -23,13 +23,13 @@
23
}
24
],
25
"require": {
26
- "php": "^5.5|^7.0",
+ "php": "^5.5 || ^7.0",
27
"psr/cache": "^1.0",
28
"psr/log": "^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