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 ...
dependency updates
updated composer depedencies
composer updates
Updated composer dependencies
upgrade to phpseclib 3This replaces the dependabot PR #4114 and adjusts the usage of thelibrary.
updated composer dependencies
increase minimum PHP version to 7.2
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)
phpseclib update
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)