[pkg-php-pear] PHPUnit 13.1 transition
David Prévot
david at tilapin.org
Sat May 2 12:36:32 BST 2026
Hi,
The 13.1.7 version of PHPUnit forces one to use full version number in
the RequiresPhp and RequiresPhpUnit attributes.
E.g.,
#[RequiresPhp('< 8.4')]
is no longer valid, one now need to use
#[RequiresPhp('< 8.40')]
instead.
There are about sixty packages that needs fixing according to the
experimental pseudo-excuses page before PHPUnit 13.1 can be uploaded to
unstable.
https://qa.debian.org/excuses.php?experimental=1&package=phpunit
Thanks a lot for fixing any of the packages in that list, especially if
you’re the main maintainer for it (but patches always welcome, uploads
too ;).
For those packages, I’d welcome a maintainer upload: phing, php-di,
php-faker, php-mockery, php-phpoption, php-slim, phpmyadmin. For all the
others (where I *think* I’m listed as sole maintainer), I’d very much
appreciate a team upload fixing those test issues (as per the last PHP
meeting in Brest during DebConf25, those are very welcome).
Regards,
taffit
More information about the pkg-php-pear
mailing list