Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
fixes issues/issues/47 (#76)
  • Loading branch information
prisis authored and Nyholm committed Aug 1, 2016
1 parent 527521f commit bbc23d3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@
"psr/log": "^1.0",
"cache/adapter-common": "^0.3",
"cache/taggable-cache": "^0.4",
"symfony/options-resolver": "^2.7|^3.0"
"symfony/options-resolver": "^2.7 || ^3.0"
},
"require-dev": {
"phpunit/phpunit": "^4.0 || ^5.1",
"cache/predis-adapter": "@stable",
"cache/array-adapter": "@stable",
"cache/predis-adapter": "^0.4",
"cache/array-adapter": "^0.4",
"cache/integration-tests": "^0.10"
},
"provide": {
Expand Down

0 comments on commit bbc23d3

Please sign in to comment.