Skip to content

Commit 527521f

Browse files
prisisNyholm
authored andcommitted
All components use the double pipe (#75)
1 parent 1b36f9a commit 527521f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,15 @@
2424
}
2525
],
2626
"require": {
27-
"php": "^5.5|^7.0",
27+
"php": "^5.5 || ^7.0",
2828
"psr/cache": "^1.0",
2929
"psr/log": "^1.0",
3030
"cache/adapter-common": "^0.3",
3131
"cache/taggable-cache": "^0.4",
3232
"symfony/options-resolver": "^2.7|^3.0"
3333
},
3434
"require-dev": {
35-
"phpunit/phpunit": "^4.0|^5.1",
35+
"phpunit/phpunit": "^4.0 || ^5.1",
3636
"cache/predis-adapter": "@stable",
3737
"cache/array-adapter": "@stable",
3838
"cache/integration-tests": "^0.10"

0 commit comments

Comments
 (0)