Skip to content

Commit dd2a7be

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

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
@@ -23,11 +23,11 @@
2323
}
2424
],
2525
"require": {
26-
"php": "^5.5|^7.0",
26+
"php": "^5.5 || ^7.0",
2727
"psr/cache": "^1.0"
2828
},
2929
"require-dev": {
30-
"phpunit/phpunit": "^4.1|^5.1",
30+
"phpunit/phpunit": "^4.0 || ^5.1",
3131
"cache/integration-tests": "^0.10",
3232
"symfony/cache": "dev-master"
3333
},

0 commit comments

Comments
 (0)