Skip to content

Commit a071a7e

Browse files
prisisNyholm
authored andcommitted
All components use the double pipe (#75)
1 parent 8c5b1f9 commit a071a7e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@
1818
}
1919
],
2020
"require": {
21-
"php": "^5.5|^7.0",
21+
"php": "^5.5 || ^7.0",
2222
"psr/cache": "^1.0",
2323
"cache/hierarchical-cache": "^0.2"
2424
},
2525
"require-dev": {
26-
"phpunit/phpunit": "^4.0|^5.1",
26+
"phpunit/phpunit": "^4.0 || ^5.1",
2727
"cache/integration-tests": "^0.10"
2828
},
2929
"autoload": {

0 commit comments

Comments
 (0)