Problem/Motivation
openai-php/client is required with a narrow version constraint, ^0.8. Since the major version is zero, this constraint does not match, for example, version 0.10. This makes it difficult to use augmentor_chatgpt with other modules that also require openai-php/client.
Proposed resolution
Change the version constraint, perhaps to >=0.8.
Remaining tasks
Decide what the constraint should be. Implement.
User interface changes
None.
API changes
None.
Data model changes
None.
Issue fork augmentor_chatgpt-3457704
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
- 3457704-loosen-version-contraint
changes, plain diff MR !4
Comments
Comment #3
naveenvalechaComment #6
naveenvalechaPR has been merged to 1.0.x
It will be rolled out in next release.