Skip to content

Commit 4e3b1db

Browse files
authored
Merge pull request florianv#144 from goaround/master
Allow psr/simple-cache ^1.0 || ^2.0 || ^3.0
2 parents 46ca80a + 3ca3f67 commit 4e3b1db

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
@@ -29,7 +29,7 @@
2929
"php-http/discovery": "^1.6",
3030
"php-http/message-factory": "^1.0.2",
3131
"php-http/client-implementation": "^1.0",
32-
"psr/simple-cache": "^1.0"
32+
"psr/simple-cache": "^1.0 || ^2.0 || ^3.0"
3333
},
3434
"require-dev": {
3535
"phpunit/phpunit": "^7 || ^8 || ^9.4",

0 commit comments

Comments
 (0)