paragonie / random_compat

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

Fix Psalm autoloading in Travis CI #166

Closed paragonie-security closed 4 years ago

paragonie-security commented 4 years ago

We need to fix this before we tag v2.0.19.

paragonie-security commented 4 years ago

Current hypothesis: Old versions of packages have loose dependencies, which cause non-supported versions of PHP to have weird corner cases simply solvable by upgrading to supported versions of PHP.

Regardless, if you care that much about type-safety, the same code's being checked in every PHP version, so we only need the latest version of Psalm.