openai-php / client

⚡️ OpenAI PHP is a supercharged community-maintained PHP API client that allows you to interact with OpenAI API.
MIT License
4.75k stars 491 forks source link

Allow for ^1.1.0 || ^2.0 of psr/http-message in composer.json #130

Closed kevinquillen closed 1 year ago

kevinquillen commented 1 year ago

Newer versions of Symfony 6.2+ component(s) rely on psr/http-message 2.0, which is blocking the install of this package. Can we expand the version constraint please?

See: https://www.drupal.org/project/drupalci_testbot/issues/3362781

gehrisandro commented 1 year ago

Hi @kevinquillen

Thanks for raising the issue. I've released a new version (0.5.2) which allows for psr/http-message ^2.0