Skip to content
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

feat: remove paragonie/random_compat dev dependency #3071

Conversation

ziegenberg
Copy link
Contributor

Issue #, if available:
#3020

Description of changes:
Removing 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.

This cleans up the list of dependencies and reduces unnecessary network traffic.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

Removing 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.

This cleans up the list of dependencies and reduces unnecessary network
traffic.

Fixes aws#3020
@ziegenberg ziegenberg force-pushed the remove-paragonie-random_compat-dev-dependency branch from 6737be6 to afa705f Compare January 31, 2025 23:38
Copy link
Member

@stobrien89 stobrien89 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the contribution, @ziegenberg! Missed this when I was cleaning up dependencies for the < 8.1 deprecation.

@stobrien89 stobrien89 merged commit de4fcc0 into aws:master Feb 6, 2025
10 checks passed
@ziegenberg ziegenberg deleted the remove-paragonie-random_compat-dev-dependency branch February 6, 2025 19:28
@ziegenberg
Copy link
Contributor Author

Hi @stobrien89,

thx for accepting my PR. I would also appreciate it if you took a quick glance at #3072.

Greetings,
Daniel

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants