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 1b36f9a commit 527521f
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 @@ -24,15 +24,15 @@
}
],
"require": {
"php": "^5.5|^7.0",
"php": "^5.5 || ^7.0",
"psr/cache": "^1.0",
"psr/log": "^1.0",
"cache/adapter-common": "^0.3",
"cache/taggable-cache": "^0.4",
"symfony/options-resolver": "^2.7|^3.0"
},
"require-dev": {
"phpunit/phpunit": "^4.0|^5.1",
"phpunit/phpunit": "^4.0 || ^5.1",
"cache/predis-adapter": "@stable",
"cache/array-adapter": "@stable",
"cache/integration-tests": "^0.10"
Expand Down

0 comments on commit 527521f

Please sign in to comment.