Skip to content

Commit 5d77c81

Browse files
committed
Allow psr/cache 2.0 as well as 1.0
1 parent 8200d6c commit 5d77c81

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
@@ -24,7 +24,7 @@
2424
"php-http/discovery": "^1.12",
2525
"php-http/httplug": "^2.2",
2626
"php-http/multipart-stream-builder": "^1.1.2",
27-
"psr/cache": "^1.0",
27+
"psr/cache": "^1.0|^2.0",
2828
"psr/http-client-implementation": "^1.0",
2929
"psr/http-factory-implementation": "^1.0",
3030
"psr/http-message": "^1.0",

0 commit comments

Comments
 (0)