Skip to content

Commit

Permalink
Support psr/http-message:^2. Requires bump of dev dependency `guzzl…
Browse files Browse the repository at this point in the history
…ehttp/psr7`
  • Loading branch information
gsteel committed Sep 6, 2023
1 parent 11d8385 commit 756e6a4
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@
"php-http/discovery": "^1.9",
"php-http/httplug": "^2.1",
"psr/http-client-implementation": "^1.0",
"psr/http-message": "^1.0"
"psr/http-message": "^1.0 || ^2.0"
},
"require-dev": {
"phpunit/phpunit": "^7.5.15 || ^8.4 || ^9.0",
"php-http/mock-client": "^1.0",
"php-http/message": "^1.0",
"mockery/mockery": "^0.9.4",
"guzzlehttp/psr7": "^1.5.2",
"guzzlehttp/psr7": "^2.6.1",
"http-interop/http-factory-guzzle": "^1.0",
"php-http/guzzle7-adapter": "^0.1",
"friendsofphp/php-cs-fixer": "^2.18",
Expand All @@ -58,5 +58,10 @@
"format": [
"@php vendor/bin/php-cs-fixer fix --verbose --diff"
]
},
"config": {
"allow-plugins": {
"php-http/discovery": true
}
}
}
}

0 comments on commit 756e6a4

Please sign in to comment.