From b9714e58a9542548b84baefb8cdd62219fe31fbb Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 10 Jan 2022 14:29:07 +0100 Subject: update to 3.7.0 --- composer.json | 4 ++-- php-laminas-stdlib.spec | 11 +++++++---- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/composer.json b/composer.json index 3cbead9..6325596 100644 --- a/composer.json +++ b/composer.json @@ -25,8 +25,8 @@ }, "require-dev": { "laminas/laminas-coding-standard": "~2.3.0", - "phpbench/phpbench": "^0.17.1", - "phpunit/phpunit": "~9.3.7", + "phpbench/phpbench": "^1.0", + "phpunit/phpunit": "^9.3.7", "psalm/plugin-phpunit": "^0.16.0", "vimeo/psalm": "^4.7" }, diff --git a/php-laminas-stdlib.spec b/php-laminas-stdlib.spec index ff8a008..8c20f86 100644 --- a/php-laminas-stdlib.spec +++ b/php-laminas-stdlib.spec @@ -13,7 +13,7 @@ %bcond_without tests %endif -%global gh_commit 830a36d93aeaf06e540e90ec031babb3c6eafadb +%global gh_commit cba75fad2053bb5dc8d3e7f5e62b61d75eecfaf1 %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.6.4 +Version: 3.7.0 Release: 1%{?dist} Summary: Laminas Framework %{library} component @@ -51,8 +51,8 @@ BuildRequires: php-posix BuildRequires: php-spl # From composer, "require-dev": { # "laminas/laminas-coding-standard": "~2.3.0", -# "phpbench/phpbench": "^0.17.1", -# "phpunit/phpunit": "~9.3.7", +# "phpbench/phpbench": "^1.0", +# "phpunit/phpunit": "^9.3.7", # "psalm/plugin-phpunit": "^0.16.0", # "vimeo/psalm": "^4.7" %global phpunit %{_bindir}/phpunit9 @@ -175,6 +175,9 @@ exit $ret %changelog +* Mon Jan 10 2022 Remi Collet - 3.7.0-1 +- update to 3.7.0 + * Mon Jan 3 2022 Remi Collet - 3.6.4-1 - update to 3.6.4 -- cgit