Skip to content

Commit e35dbaa

Browse files
committed
Forward compatibility with upcoming Cache v0.6 and Cache v1.0
1 parent 0a0bedf commit e35dbaa

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
@@ -5,7 +5,7 @@
55
"license": "MIT",
66
"require": {
77
"php": ">=5.3.0",
8-
"react/cache": "^0.5 || ^0.4 || ^0.3",
8+
"react/cache": "^1.0 || ^0.6 || ^0.5 || ^0.4 || ^0.3",
99
"react/event-loop": "^1.0 || ^0.5 || ^0.4 || ^0.3.5",
1010
"react/promise": "^2.1 || ^1.2.1",
1111
"react/promise-timer": "^1.2",

0 commit comments

Comments
 (0)