Skip to content

Commit bbc23d3

Browse files
prisisNyholm
authored andcommitted
Update dependencies
fixes issues/issues/47 (#76)
1 parent 527521f commit bbc23d3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,12 @@
2929
"psr/log": "^1.0",
3030
"cache/adapter-common": "^0.3",
3131
"cache/taggable-cache": "^0.4",
32-
"symfony/options-resolver": "^2.7|^3.0"
32+
"symfony/options-resolver": "^2.7 || ^3.0"
3333
},
3434
"require-dev": {
3535
"phpunit/phpunit": "^4.0 || ^5.1",
36-
"cache/predis-adapter": "@stable",
37-
"cache/array-adapter": "@stable",
36+
"cache/predis-adapter": "^0.4",
37+
"cache/array-adapter": "^0.4",
3838
"cache/integration-tests": "^0.10"
3939
},
4040
"provide": {

0 commit comments

Comments
 (0)