Skip to content

Commit 4a99d89

Browse files
luneticsNyholm
authored andcommitted
Fix dependendcy on hierarchical-cache (#149)
* Fix dependendcy on hierarchical-cache All adapters which use cache/hierarchical-cache use "^0.4", except this void adapter makes it unable to install * Update composer.json
1 parent 7512ace commit 4a99d89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"psr/cache": "^1.0",
2929
"psr/simple-cache": "^1.0",
3030
"cache/adapter-common": "^0.4",
31-
"cache/hierarchical-cache": "^0.3"
31+
"cache/hierarchical-cache": "^0.4"
3232
},
3333
"require-dev": {
3434
"phpunit/phpunit": "^4.0 || ^5.1",

0 commit comments

Comments
 (0)