From 0b1615d804c778516c8c9ed458b69d7a70aea5bb Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 18 Jun 2021 15:38:04 +0200 Subject: raise exception on bad parameter value with PHP 8 and bump version to 0.6 --- package.xml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'package.xml') diff --git a/package.xml b/package.xml index 2e88f71..38d8f04 100644 --- a/package.xml +++ b/package.xml @@ -15,7 +15,7 @@ Documentation: https://www.php.net/rpminfo 2020-09-23 - 0.5.2dev + 0.6.0dev 0.5.0 @@ -26,6 +26,7 @@ Documentation: https://www.php.net/rpminfo - generate arginfo from stub and add missing default values - raise dependency on PHP 7.2 +- raise exception on bad parameter value with PHP 8 @@ -56,6 +57,8 @@ Documentation: https://www.php.net/rpminfo + + -- cgit