Commit Graph

6 Commits

Author SHA1 Message Date
28e9760a91 updated composer dependencies 2023-03-06 14:20:47 +01:00
d3233986ba upgraded UniversalFeedCreator to v1.8.4.1
fixes #3651
2022-05-12 10:27:16 +02:00
59b616ccfd updated SimplePie and moved to composer based install. #1800
This updates the SimplePie RSS parser to the recent 1.4.3 release,
fixing an PHP 7 bug (and probably others). We now use a composer based
install.
2017-01-18 19:02:50 +01:00
eafdbaea0d updated geshi 2016-11-30 16:04:00 +01:00
7a33d2f8a8 Use cryptographically secure pseudo random number generator (CSPRNG)
Uses paragonie/random_compat instead of insecure home-brewed code.

It's NEVER fine to fall back to mt_rand() for secure random.

Fixes #1760.
2016-11-20 19:22:19 +01:00
605f8e8d0e added composer setup and the first composer package php-archive 2015-05-15 15:42:12 +02:00