swagger-api / swagger-api/swagger-codegen

[PHP] Add support for guzzlehttp/guzzle:^7.3

Open
#11,123 13 comments 11 reactions 0 assignees View on GitHub

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

PR guzzle http psr7 2.0 compliant

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.