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 c6288ea commit dd2a7be
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,11 +23,11 @@
}
],
"require": {
"php": "^5.5|^7.0",
"php": "^5.5 || ^7.0",
"psr/cache": "^1.0"
},
"require-dev": {
"phpunit/phpunit": "^4.1|^5.1",
"phpunit/phpunit": "^4.0 || ^5.1",
"cache/integration-tests": "^0.10",
"symfony/cache": "dev-master"
},
Expand Down

0 comments on commit dd2a7be

Please sign in to comment.