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 400061a commit 6fc25feCopy full SHA for 6fc25fe
composer.json
@@ -24,14 +24,14 @@
24
}
25
],
26
"require": {
27
- "php": "^5.5|^7.0",
+ "php": "^5.5 || ^7.0",
28
"psr/cache": "^1.0",
29
"cache/adapter-common": "^0.3",
30
"cache/taggable-cache": "^0.4",
31
"league/flysystem": "^1.0"
32
},
33
"require-dev": {
34
- "phpunit/phpunit": "^4.0|^5.1",
+ "phpunit/phpunit": "^4.0 || ^5.1",
35
"cache/integration-tests": "^0.10"
36
37
"provide": {
0 commit comments