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

Fix #20273: Remove unnecessary paragonie/random_compat dependency #20273

Merged
merged 1 commit into from
Nov 4, 2024

Conversation

TimWolla
Copy link
Contributor

@TimWolla TimWolla commented Nov 4, 2024

Given that Yii itself requires PHP 7.3 since 2.0.50, this dependency does nothing, as PHP 7.0+ guarantees the existence of the CSPRNG.

Q A
Is bugfix?
New feature?
Breaks BC?
Fixed issues n/a

Given that Yii itself requires PHP 7.3 since 2.0.50, this dependency does
nothing, as PHP 7.0+ guarantees the existence of the CSPRNG.
Copy link

codecov bot commented Nov 4, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 64.84%. Comparing base (5ec5a4b) to head (d3e97ff).
Report is 1 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff            @@
##             master   #20273   +/-   ##
=========================================
  Coverage     64.84%   64.84%           
  Complexity    11399    11399           
=========================================
  Files           430      430           
  Lines         37137    37137           
=========================================
  Hits          24080    24080           
  Misses        13057    13057           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@samdark samdark changed the title Remove unnecessary paragonie/random_compat dependency Fix #20273: Remove unnecessary paragonie/random_compat dependency Nov 4, 2024
@samdark samdark merged commit 8bd71d3 into yiisoft:master Nov 4, 2024
85 of 87 checks passed
@samdark
Copy link
Member

samdark commented Nov 4, 2024

Thank you!

@samdark samdark added this to the 2.0.52 milestone Nov 4, 2024
@TimWolla TimWolla deleted the remove-paragonie-random_compat branch November 5, 2024 07:02
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