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
Validator is stuck on Laminas\Math 2.x. It only uses it for random bytes in the CSRF validator and using v2 drags in laminas/laminas-zendframework-bridge.
Since PHP ^7 comes with random_bytes, it should be possible to drop math altogether, or alternatively upgrade to 3.x
Feature Request
Summary
Validator is stuck on Laminas\Math 2.x. It only uses it for random bytes in the CSRF validator and using v2 drags in
laminas/laminas-zendframework-bridge
.Since PHP ^7 comes with
random_bytes
, it should be possible to drop math altogether, or alternatively upgrade to 3.xlaminas-validator/src/Csrf.php
Lines 302 to 318 in 4875d4e
The text was updated successfully, but these errors were encountered: