paragonie / random_compat

PHP 5.x support for random_bytes() and random_int()
https://paragonie.com/projects
MIT License
8.16k stars 145 forks source link

Allow php 8 installation #164

Closed BackEndTea closed 3 years ago

goba commented 3 years ago

Looks good. Maybe to make it even more future proof for PHP 9, >=7.0.0? :) You never know how long will this package be around.

BackEndTea commented 3 years ago

I'd prefer to update it at that point, you never know what changes in PHP 9.0 😄. But if @paragonie-scott prefers that i'll update it.

goba commented 3 years ago

What would cause problems with a no-op that has no code? ;)

goba commented 3 years ago

A quick update from the Drupal side. It turns out we are not impacted by this anymore as paragonie/random_compat does not show up as a dependency of any of our dependencies anymore when installing on PHP 7.4. That should be the same on PHP 8, so we are fine either way. Thanks again for this package bridging the gap while it was needed!