Skip to content

Commit 0a55d8c

Browse files
prisisNyholm
authored andcommitted
All components use the double pipe (#75)
1 parent 524178d commit 0a55d8c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,14 @@
2424
}
2525
],
2626
"require": {
27-
"php": "^5.5|^7.0",
27+
"php": "^5.5 || ^7.0",
2828
"psr/cache": "^1.0",
2929
"cache/adapter-common": "^0.3",
3030
"cache/hierarchical-cache": "^0.2",
3131
"cache/taggable-cache": "^0.4"
3232
},
3333
"require-dev": {
34-
"phpunit/phpunit": "^4.0|^5.1",
34+
"phpunit/phpunit": "^4.0 || ^5.1",
3535
"cache/integration-tests": "^0.10"
3636
},
3737
"provide": {

0 commit comments

Comments
 (0)