-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Missing support for guzzlehttp/promises:^2.0 #2713
Comments
Hi @amangrover90, Thanks for reaching out and sorry to hear about the issues. We're unable to add support for guzzlehttp/promises v2.0.0 for backward-compatibility reasons— because we support down to PHP 5.5 at this time, we're unable to allow libraries that have type declarations. This will be changing on August 15th. Keep an eye on #2707 for updates. |
|
@stobrien89 Can't you still require |
Hi @IanSimpson, Sorry, should have elaborated— We have classes which either implement psr7 interfaces. They won't be compatible with V2 until we move forward with the deprecation. |
In the short term, it looks like Drupal will be addressing this issue on their end to remove the block which prevents 10.1 from being installed. |
Describe the feature
The package guzzlehttp/promises v2.0.0 was released on the 2023-05-21. Could you consider adding support for this version?
This package being incompatible with guzzlehttp/promises:^2.0 makes it incompatible with Drupal 10.1-rc1.
Use Case
Compatibility with guzzlehttp/promises.
Proposed Solution
No response
Other Information
No response
Acknowledgements
SDK version used
3.273.1
Environment details (Version of PHP (
php -v
)? OS name and version, etc.)PHP8.1 - Macos as well as PHP8.1 on Linux.
The text was updated successfully, but these errors were encountered: