diff options
-rw-r--r-- | composer.json | 4 | ||||
-rw-r--r-- | php-composer-pcre3.spec | 13 |
2 files changed, 10 insertions, 7 deletions
diff --git a/composer.json b/composer.json index 30a2c95..d3a7e67 100644 --- a/composer.json +++ b/composer.json @@ -21,8 +21,8 @@ }, "require-dev": { "phpunit/phpunit": "^8 || ^9", - "phpstan/phpstan": "^1.11.10", - "phpstan/phpstan-strict-rules": "^1.1" + "phpstan/phpstan": "^1.12 || ^2", + "phpstan/phpstan-strict-rules": "^1 || ^2" }, "conflict": { "phpstan/phpstan": "<1.11.10" diff --git a/php-composer-pcre3.spec b/php-composer-pcre3.spec index ff36229..a0c3245 100644 --- a/php-composer-pcre3.spec +++ b/php-composer-pcre3.spec @@ -9,9 +9,9 @@ %bcond_without tests -%global gh_commit 63aaeac21d7e775ff9bc9d45021e1745c97521c4 +%global gh_commit b2bed4734f0cc156ee1fe9c0da2550420d99a21e %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) -%global gh_date 2024-08-27 +%global gh_date 2024-11-13 %global gh_owner composer %global gh_project pcre %global ns_vendor Composer @@ -20,7 +20,7 @@ %global major 3 Name: php-%{gh_owner}-%{gh_project}%{major} -Version: 3.3.1 +Version: 3.3.2 Release: 1%{?dist} Summary: PCRE wrapping library version %{major} @@ -38,8 +38,8 @@ BuildRequires: php-pcre BuildRequires: php-spl # From composer.json, "require-dev": { # "phpunit/phpunit": "^8 || ^9", -# "phpstan/phpstan": "^1.11.10", -# "phpstan/phpstan-strict-rules": "^1.1" +# "phpstan/phpstan": "^1.12 || ^2", +# "phpstan/phpstan-strict-rules": "^1 || ^2" %global phpunit /usr/bin/phpunit9 BuildRequires: %{phpunit} # Autoloader @@ -118,6 +118,9 @@ exit $ret %changelog +* Wed Nov 13 2024 Remi Collet <remi@remirepo.net> - 3.3.2-1 +- update to 3.3.2 + * Wed Aug 28 2024 Remi Collet <remi@remirepo.net> - 3.3.1-1 - update to 3.3.1 |