Skip to content

Commit 8742561

Browse files
prisisNyholm
authored andcommitted
All components use the double pipe (#75)
1 parent ff63603 commit 8742561

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
@@ -23,13 +23,13 @@
2323
}
2424
],
2525
"require": {
26-
"php": "^5.5|^7.0",
26+
"php": "^5.5 || ^7.0",
2727
"psr/cache": "^1.0",
2828
"psr/log": "^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)