summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2022-03-10 07:26:50 +0100
committerRemi Collet <remi@php.net>2022-03-10 07:26:50 +0100
commitd9ed601883ea91d3ca39247ddfce56c2adab13d5 (patch)
tree46086f9416406889db05d8476c19672b5104e31a
parentfd10e688f7bd3031197b3129b71d2c3b5e4e52a2 (diff)
update to 2.10.1
-rw-r--r--composer.json7
-rw-r--r--php-laminas-authentication.spec7
2 files changed, 9 insertions, 5 deletions
diff --git a/composer.json b/composer.json
index d4c15fc..d3e77c3 100644
--- a/composer.json
+++ b/composer.json
@@ -16,9 +16,10 @@
"forum": "https://discourse.laminas.dev"
},
"config": {
- "sort-packages": true
- },
- "extra": {
+ "sort-packages": true,
+ "platform": {
+ "php": "7.3.99"
+ }
},
"require": {
"php": "^7.3 || ~8.0.0 || ~8.1.0",
diff --git a/php-laminas-authentication.spec b/php-laminas-authentication.spec
index 1831911..3a4c225 100644
--- a/php-laminas-authentication.spec
+++ b/php-laminas-authentication.spec
@@ -7,7 +7,7 @@
# Please, preserve the changelog entries
#
%global bootstrap 0
-%global gh_commit abb44358a292db950043009cf764adb8ac669b2f
+%global gh_commit 7308db03e11147fbf567b5004ac428bdaba267f9
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global gh_owner laminas
%global gh_project laminas-authentication
@@ -22,7 +22,7 @@
%endif
Name: php-%{gh_project}
-Version: 2.10.0
+Version: 2.10.1
Release: 1%{?dist}
Summary: %{namespace} Framework %{library} component
@@ -225,6 +225,9 @@ exit $ret
%changelog
+* Thu Mar 10 2022 Remi Collet <remi@remirepo.net> - 2.10.1-1
+- update to 2.10.1
+
* Wed Mar 9 2022 Remi Collet <remi@remirepo.net> - 2.10.0-1
- update to 2.10.0