update minimum requirement to PHP 8.2According to https://stitcher.io/blog/php-version-stats-june-2025 mostpeople are running a newer version anyway. 8.2 still receives securitysupport til the en
update minimum requirement to PHP 8.2According to https://stitcher.io/blog/php-version-stats-june-2025 mostpeople are running a newer version anyway. 8.2 still receives securitysupport til the end of the year and is the version included in Debianold-stable (Bookworm).This patch only increases the minumum version and updates the composerdependencies. No code has been changed yet.
show more ...
updated simplepie, contains php 8.4 fixes
updated composer dependencies
upgrade simplepie to 1.5.6
dependency upgradesAll composer dependencies have been updated
Update composer dependenciesThe following dependencies have been updated:splitbrain/php-archive (1.0.10 => 1.1.1)phpseclib/phpseclib (2.0.11 => 2.0.23)paragonie/random_compat (v2.0.12 => v2.0.1
Update composer dependenciesThe following dependencies have been updated:splitbrain/php-archive (1.0.10 => 1.1.1)phpseclib/phpseclib (2.0.11 => 2.0.23)paragonie/random_compat (v2.0.12 => v2.0.18)simplepie/simplepie (1.5.1 => 1.5.3)geshi/geshi (v1.0.9.0 => v1.0.9.1)openpsa/universalfeedcreator (v1.8.3 => v1.8.3.2):marcusschwarz/lesserphpsplitbrain/php-cli (1.1.2 => 1.1.5)
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.