From 30e8f2d9b4de9cc65c507b1cdf563f3183730831 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 29 Jun 2022 12:03:47 +0200 Subject: update to 3.13.0 --- composer.json | 2 +- php-laminas-servicemanager.spec | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index e53eecc..0582510 100644 --- a/composer.json +++ b/composer.json @@ -46,7 +46,7 @@ "phpbench/phpbench": "^1.1", "phpspec/prophecy-phpunit": "^2.0", "phpunit/phpunit": "^9.5.5", - "psalm/plugin-phpunit": "^0.16.1", + "psalm/plugin-phpunit": "^0.17.0", "vimeo/psalm": "^4.8" }, "provide": { diff --git a/php-laminas-servicemanager.spec b/php-laminas-servicemanager.spec index 15f4c4e..29eb49c 100644 --- a/php-laminas-servicemanager.spec +++ b/php-laminas-servicemanager.spec @@ -7,7 +7,7 @@ # Please, preserve the changelog entries # %global bootstrap 0 -%global gh_commit 05ac4b1fb1fe9333313eeafced9b6c7946589487 +%global gh_commit 6f96556ee314f9e0d57d83967c0087332836c31d %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner laminas %global gh_project laminas-servicemanager @@ -22,7 +22,7 @@ %endif Name: php-%{gh_project} -Version: 3.12.0 +Version: 3.13.0 Release: 1%{?dist} Summary: Laminas Framework %{library} component @@ -225,6 +225,9 @@ exit $ret %changelog +* Wed Jun 29 2022 Remi Collet - 3.13.0-1 +- update to 3.13.0 + * Thu Jun 16 2022 Remi Collet - 3.12.0-1 - update to 3.12.0 - drop dependency on container-interop/container-interop -- cgit