History log of /dokuwiki/vendor/splitbrain/php-cli/src/Options.php (Results 1 – 6 of 6)
Revision Date Author Comments
# 8e88a29b 07-Mar-2026 Andreas Gohr <andi@splitbrain.org>

update minimum requirement to PHP 8.2

According to https://stitcher.io/blog/php-version-stats-june-2025 most
people are running a newer version anyway. 8.2 still receives security
support til the en

update minimum requirement to PHP 8.2

According to https://stitcher.io/blog/php-version-stats-june-2025 most
people are running a newer version anyway. 8.2 still receives security
support til the end of the year and is the version included in Debian
old-stable (Bookworm).

This patch only increases the minumum version and updates the composer
dependencies. No code has been changed yet.

show more ...


# 6cb05674 16-Apr-2021 Andreas Gohr <andi@splitbrain.org>

updated composer dependencies


# 64604f4e 01-Jul-2020 Andreas Gohr <andi@splitbrain.org>

updated php-cli dependency

fixes a PHP 7.4 incompability


# ab0a8902 01-May-2020 Andreas Gohr <andi@splitbrain.org>

dependency upgrades

All composer dependencies have been updated


# 43d3f077 13-Apr-2018 Andreas Gohr <andi@splitbrain.org>

updated composer dependencies


# cbeaa4a0 10-Nov-2017 Andreas Gohr <andi@splitbrain.org>

replace Doku_CLI with splitbrain\phpcli\CLI

It has few more features (like turning down verbosity) and looks nicer