cross-solution / YAWIK

YAWIK is a web application. It can be used as an ATS applicant tracking system or as a jobboard.
https://yawik.org
MIT License
124 stars 67 forks source link

an upgrade of ircmaxell/random-lib to 1.2.0 leads to an error #317

Closed cbleek closed 6 years ago

cbleek commented 7 years ago

2016-11-22 10:30:01 ERR Class Zend\Math\Source\HashTiming contains 1 abstract method and must therefore be declared abstract or implement the remaining methods (RandomLib\Source::isSupported) (errno 1) in /home/cbleek/Projects/YAWIK/vendor/zendframework/zend-math/src/Source/HashTiming.php on line 111

cbleek commented 7 years ago

I've added the ircmaxell/random-lib to our composer.json some tme ago, because there was an error after a composer upgrade. I doubt that we need the package at all.

TiSiE commented 6 years ago

RandomLib is needed by Zend_Math for PHP < 7. Zend Math is used in module Auth (UserUniqueTokenGenerator.php) and will therefor remain in Yawik at version 1.1 until PHP 5 support is dropped.