You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From this commit https://github.com/aws/aws-sdk-php/blob/3.69.0/composer.json they have required sockets and pctnl extensions for require-dev. This breaks tests because they are run in dev. This means this adapter now also requires those extensions.
You should cap the aws-sdk-php version at 3.68.1 for the current version and release a new major version of the adapter for the dependency changes.
The text was updated successfully, but these errors were encountered:
From this commit https://github.com/aws/aws-sdk-php/blob/3.69.0/composer.json they have required sockets and pctnl extensions for require-dev. This breaks tests because they are run in dev. This means this adapter now also requires those extensions.
You should cap the aws-sdk-php version at 3.68.1 for the current version and release a new major version of the adapter for the dependency changes.
The text was updated successfully, but these errors were encountered: