Skip to content

Commit

Permalink
All components use the double pipe (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
prisis authored and Nyholm committed Jul 31, 2016
1 parent 924e44f commit a1243ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
}
],
"require": {
"php": "^5.5|^7.0",
"php": "^5.5 || ^7.0",
"psr/cache": "^1.0",
"cache/adapter-common": "^0.3",
"cache/taggable-cache": "^0.4"
Expand All @@ -32,7 +32,7 @@
"ext-apc": "The extension required to use this pool."
},
"require-dev": {
"phpunit/phpunit": "^4.0|^5.1",
"phpunit/phpunit": "^4.0 || ^5.1",
"cache/integration-tests": "^0.10"
},
"provide": {
Expand Down

0 comments on commit a1243ee

Please sign in to comment.