swagger-api / swagger-api/swagger-codegen
[PHP] Add support for guzzlehttp/guzzle:^7.3
Nobody has claimed this yet.
- Dominant language
- Mustache
- Stars
- 17.8k
- Forks
- 6k
- PR merge metrics
- No merged PRs in 30d
Description
add support for guzzlehttp/guzzle:^7.3
Description
It present now support for "guzzle http psr7 2.0" but composer need guzzlehttp/guzzle:^6.2 The version of guzzlehttp/guzzle dont support guzzlehttp/psr7: ^2.0 but only guzzlehttp/psr7:^1.6.1 (https://packagist.org/packages/guzzlehttp/guzzle#6.5.5) . guzzlehttp/psr7:^2.0 support since guzzlehttp/guzzle:^7.3 -> https://packagist.org/packages/guzzlehttp/guzzle#7.3.0
Lot of libraries dont support more guzzlehttp/guzzle:^6.2 & have conflict with upgrade to guzzlehttp/guzzle:^7.3
Swagger-codegen version
v3.0.27
Related issues/PRs
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
The issue points to Composer's guzzlehttp/guzzle constraint and related PR #11086. Start by comparing that PR with the current dependency declarations and compatibility discussion; done means the project accepts ^7.3 without breaking the stated PSR-7 support.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- php
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100