From 8099a72d0d5820a27bc04413c4dde62741960cde Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 16 May 2022 09:54:35 +0200 Subject: update to 3.7.0 --- composer.json | 5 +++-- php-laminas-di3.spec | 7 +++++-- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index 97d37d3..47cca62 100644 --- a/composer.json +++ b/composer.json @@ -42,9 +42,10 @@ "laminas/laminas-coding-standard": "~2.3.0", "laminas/laminas-servicemanager": "^3.7", "mikey179/vfsstream": "^1.6.10@alpha", - "phpstan/phpstan": "^0.12.64", "phpspec/prophecy-phpunit": "^2.0", - "phpunit/phpunit": "^9.5.5" + "phpstan/phpstan": "^0.12.64", + "phpunit/phpunit": "^9.5.5", + "squizlabs/php_codesniffer": "^3.6" }, "conflict": { "zendframework/zend-di": "*", diff --git a/php-laminas-di3.spec b/php-laminas-di3.spec index 2c38eaf..de454f3 100644 --- a/php-laminas-di3.spec +++ b/php-laminas-di3.spec @@ -7,7 +7,7 @@ # Please, preserve the changelog entries # %global bootstrap 0 -%global gh_commit 4b88fb2eaee6245ac1189f47d6d191c3b679f67d +%global gh_commit 80c90d68bc15d4e094a609760144ce1d1aad0a79 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner laminas %global gh_project laminas-di @@ -22,7 +22,7 @@ %endif Name: php-%{gh_project}%{major} -Version: 3.5.0 +Version: 3.7.0 Release: 1%{?dist} Summary: Laminas Framework %{library} component v%{major} @@ -182,6 +182,9 @@ exit $ret %changelog +* Mon May 16 2022 Remi Collet - 3.7.0-1 +- update to 3.7.0 + * Mon May 9 2022 Remi Collet - 3.5.0-1 - update to 3.5.0 -- cgit