From 0cf348a0fda1a23b7aea0e26a481d2916c6bd904 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 28 Jul 2022 08:51:30 +0200 Subject: update to 3.11.0 --- composer.json | 2 +- php-laminas-stdlib.spec | 9 ++++++--- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index f4469f3..05c5052 100644 --- a/composer.json +++ b/composer.json @@ -33,7 +33,7 @@ "laminas/laminas-coding-standard": "~2.3.0", "phpbench/phpbench": "^1.0", "phpunit/phpunit": "^9.3.7", - "psalm/plugin-phpunit": "^0.16.0", + "psalm/plugin-phpunit": "^0.17.0", "vimeo/psalm": "^4.7" }, "autoload": { diff --git a/php-laminas-stdlib.spec b/php-laminas-stdlib.spec index 4ea7d06..8a7caa5 100644 --- a/php-laminas-stdlib.spec +++ b/php-laminas-stdlib.spec @@ -13,7 +13,7 @@ %bcond_without tests %endif -%global gh_commit 0d669074845fc80a99add0f64025192f143ef836 +%global gh_commit aad7d2b11ba0069ba0d9b40f6dde3c2fa664b57f %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner laminas %global gh_project laminas-stdlib @@ -23,7 +23,7 @@ %global library Stdlib Name: php-%{gh_project} -Version: 3.10.1 +Version: 3.11.0 Release: 1%{?dist} Summary: Laminas Framework %{library} component @@ -53,7 +53,7 @@ BuildRequires: php-spl # "laminas/laminas-coding-standard": "~2.3.0", # "phpbench/phpbench": "^1.0", # "phpunit/phpunit": "^9.3.7", -# "psalm/plugin-phpunit": "^0.16.0", +# "psalm/plugin-phpunit": "^0.17.0", # "vimeo/psalm": "^4.7" %global phpunit %{_bindir}/phpunit9 BuildRequires: phpunit9 >= 9.3.7 @@ -175,6 +175,9 @@ exit $ret %changelog +* Thu Jul 28 2022 Remi Collet - 3.11.0-1 +- update to 3.11.0 + * Fri Jun 10 2022 Remi Collet - 3.10.1-1 - update to 3.10.1 -- cgit