updated SimplePie and moved to composer based install. #1800This 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
updated SimplePie and moved to composer based install. #1800This 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 basedinstall.
show more ...
updated geshi
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.
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.
updated phpseclib to 2.0.4
Use composer installed phpseclibWe used to ship only parts of phpseclib in inc/phpseclib which made it alittle tricky to update. This replaces the library with a composerinstalled version, making
Use composer installed phpseclibWe used to ship only parts of phpseclib in inc/phpseclib which made it alittle tricky to update. This replaces the library with a composerinstalled version, making the rest of the library available to pluginauthors. It might fix a problem with PHP 7.1 as reported in #1682(unconfirmed)
updated GeSHi to v1.0.8.17
updated php-archive to 1.0.7 fixes #1296
fixed #1249 by upgrading php-archive to 1.0.4
updated archive library via composer
geshi update via composer
switched geshi higlighter to composer based repository
added composer setup and the first composer package php-archive
123