Skip to content

Commit 8a56e54

Browse files
prisisNyholm
authored andcommitted
All components use the double pipe (#75)
1 parent 0ec58f0 commit 8a56e54

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
@@ -22,11 +22,11 @@
2222
}
2323
],
2424
"require": {
25-
"php": "^5.5|^7.0",
25+
"php": "^5.5 || ^7.0",
2626
"psr/cache": "^1.0"
2727
},
2828
"require-dev": {
29-
"phpunit/phpunit": "^4.0|^5.1",
29+
"phpunit/phpunit": "^4.0 || ^5.1",
3030
"mockery/mockery": "^0.9",
3131
"cache/array-adapter": "@stable",
3232
"cache/integration-tests": "^0.10"

0 commit comments

Comments
 (0)