summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2022-01-10 14:29:07 +0100
committerRemi Collet <remi@php.net>2022-01-10 14:29:07 +0100
commitb9714e58a9542548b84baefb8cdd62219fe31fbb (patch)
tree819fb1e6044fa54cc90bd1e374a41b60059de6d2
parentb8aa09bca5a4f5243780a7c722e4c01fb41dfc52 (diff)
update to 3.7.0
-rw-r--r--composer.json4
-rw-r--r--php-laminas-stdlib.spec11
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 <remi@remirepo.net> - 3.7.0-1
+- update to 3.7.0
+
* Mon Jan 3 2022 Remi Collet <remi@remirepo.net> - 3.6.4-1
- update to 3.6.4