Skip to content

Commit 2784b17

Browse files
prisisNyholm
authored andcommitted
All components use the double pipe (#75)
1 parent 526320d commit 2784b17

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,12 +24,12 @@
2424
}
2525
],
2626
"require": {
27-
"php": "^5.5|^7.0",
27+
"php": "^5.5 || ^7.0",
2828
"psr/cache": "^1.0",
2929
"cache/taggable-cache": "^0.4"
3030
},
3131
"require-dev": {
32-
"phpunit/phpunit": "^4.0|^5.1",
32+
"phpunit/phpunit": "^4.0 || ^5.1",
3333
"cache/integration-tests": "^0.10"
3434
},
3535
"autoload": {

0 commit comments

Comments
 (0)