OpenAPITools / OpenAPITools/openapi-generator
[REQ] Allow to specify Guzzle version on generation
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 26.8k
- Forks
- 7.7k
- PR merge metrics
- PR metrics pending
Description
Hi,
I generated multiple api sdk, but I need to update a specific one to the latest version.
the updated new one is now in conflict with previous library I don't need to update, because the generator used Guzzle 7 instead of Guzzle 6, as before.
How can I restrict some php package (in this case, guzzle 6) to a fixed version ?
Thank you
Geoffrey
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 concerns generated PHP SDK dependencies and the Guzzle 6 versus Guzzle 7 choice, but names no files or tests. Start by tracing where the PHP generator defines package dependencies and version selection; done means a generated SDK can pin Guzzle 6 without affecting another generated SDK.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- php
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100