summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2021-09-03 09:07:55 +0200
committerRemi Collet <remi@remirepo.net>2021-09-03 09:07:55 +0200
commit00536f139d88e51a51fd648297ca4fad4106d3b9 (patch)
tree3a96d000d3e16f20610eb7cad4f65e8f044bf38f
parent4535b22d8c40ae90555aae5e2a427f979a82fafb (diff)
update to 3.6.0
-rw-r--r--composer.json2
-rw-r--r--php-laminas-stdlib.spec9
2 files changed, 7 insertions, 4 deletions
diff --git a/composer.json b/composer.json
index 9046c3a..3cbead9 100644
--- a/composer.json
+++ b/composer.json
@@ -21,7 +21,7 @@
"extra": {
},
"require": {
- "php": "^7.3 || ^8.0"
+ "php": "^7.3 || ~8.0.0 || ~8.1.0"
},
"require-dev": {
"laminas/laminas-coding-standard": "~2.3.0",
diff --git a/php-laminas-stdlib.spec b/php-laminas-stdlib.spec
index 2d9877c..6b56eb9 100644
--- a/php-laminas-stdlib.spec
+++ b/php-laminas-stdlib.spec
@@ -13,7 +13,7 @@
%bcond_without tests
%endif
-%global gh_commit c8ac6a76a133e682acfabc821d4a2ec646934b12
+%global gh_commit c53d8537f108fac3fae652677a19735db730ba46
%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.5.0
+Version: 3.6.0
Release: 1%{?dist}
Summary: Laminas Framework %{library} component
@@ -62,7 +62,7 @@ BuildRequires: phpunit9 >= 9.3.7
BuildRequires: php-fedora-autoloader-devel
# From composer, "require": {
-# "php": "^7.3 || ^8.0"
+# "php": "^7.3 || ~8.0.0 || ~8.1.0"
Requires: php(language) >= 7.3
# remirepo:1
%if 0%{?fedora} >= 27 || 0%{?rhel} >= 8
@@ -178,6 +178,9 @@ exit $ret
%changelog
+* Fri Sep 3 2021 Remi Collet <remi@remirepo.net> - 3.6.0-1
+- update to 3.6.0
+
* Wed Aug 4 2021 Remi Collet <remi@remirepo.net> - 3.5.0-1
- update to 3.5.0 (no change)
- keep compatibility using laminas-zendframework-bridge