Skip to content

Commit d1155c4

Browse files
Adjust psr7 version constraints
1 parent 4edf2ac commit d1155c4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@
1919
"phpunit/phpunit": "^9.6.17 || ^10.0 || ^11.0 || ^12.0",
2020
"php-http/message": "^1.0 || ^2.0",
2121
"php-http/message-factory": "^1.0",
22-
"guzzlehttp/psr7": "^1.9 || ^2.0",
22+
"guzzlehttp/psr7": "^1.9 || ^2.0 || ^3.0",
2323
"th3n3rd/cartesian-product": "^0.3"
2424
},
2525
"suggest": {
2626
"php-http/httplug": "To test async client"
2727
},
2828
"require-dev": {
2929
"php-http/httplug": "^2.0",
30-
"nyholm/psr7": "^1.8@dev"
30+
"nyholm/psr7": "^1.8.2"
3131
},
3232
"autoload": {
3333
"psr-4": {

0 commit comments

Comments
 (0)