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
Remove the paragonie/random_compat dev dependency, because it is unnecessary, given the fact that the AWS SDK requires PHP 7.2. PHP 7.0+ guarantees the existence of the CSPRNG.
Use Case
Clean up the list of dependencies and reduce unnecessary network traffic.
Describe the feature
Remove the
paragonie/random_compat
dev dependency, because it is unnecessary, given the fact that the AWS SDK requires PHP 7.2. PHP 7.0+ guarantees the existence of the CSPRNG.Use Case
Clean up the list of dependencies and reduce unnecessary network traffic.
Proposed Solution
This line should be removed:
aws-sdk-php/composer.json
Line 44 in 9e354a5
Other Information
No response
Acknowledgements
SDK version used
git master
Environment details (Version of PHP (
php -v
)? OS name and version, etc.)n/a
The text was updated successfully, but these errors were encountered: