Skip to content

Commit c652979

Browse files
Support psr/cache v3
1 parent 9eb5283 commit c652979

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,12 @@
2929
"php": "^7.2.5 || ^8.0",
3030
"ext-json": "*",
3131
"ext-xml": "*",
32-
"php-http/cache-plugin": "^1.7.2",
33-
"php-http/client-common": "^2.3",
34-
"php-http/discovery": "^1.12",
32+
"php-http/cache-plugin": "^1.7.5",
33+
"php-http/client-common": "^2.5",
34+
"php-http/discovery": "^1.14",
3535
"php-http/httplug": "^2.2",
36-
"php-http/multipart-stream-builder": "^1.1.2",
37-
"psr/cache": "^1.0 || ^2.0",
36+
"php-http/multipart-stream-builder": "^1.2",
37+
"psr/cache": "^1.0 || ^2.0 || ^3.0",
3838
"psr/http-client-implementation": "^1.0",
3939
"psr/http-factory-implementation": "^1.0",
4040
"psr/http-message": "^1.0",
@@ -43,7 +43,7 @@
4343
},
4444
"require-dev": {
4545
"bamarni/composer-bin-plugin": "^1.4.1",
46-
"guzzlehttp/guzzle": "^7.2",
46+
"guzzlehttp/guzzle": "^7.4",
4747
"http-interop/http-factory-guzzle": "^1.0"
4848
},
4949
"autoload": {

0 commit comments

Comments
 (0)