summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2022-01-24 11:11:53 +0100
committerRemi Collet <remi@php.net>2022-01-24 11:11:53 +0100
commit2601883bb8a8585ad88cef12c293b34360bffcfe (patch)
treef3d84182e83159b1d6756c87f4e988f909fc6e18
parentb9714e58a9542548b84baefb8cdd62219fe31fbb (diff)
update to 3.7.1
-rw-r--r--composer.json8
-rw-r--r--php-laminas-stdlib.spec7
2 files changed, 12 insertions, 3 deletions
diff --git a/composer.json b/composer.json
index 6325596..f4469f3 100644
--- a/composer.json
+++ b/composer.json
@@ -16,7 +16,13 @@
"forum": "https://discourse.laminas.dev"
},
"config": {
- "sort-packages": true
+ "sort-packages": true,
+ "platform": {
+ "php": "7.3.99"
+ },
+ "allow-plugins": {
+ "dealerdirect/phpcodesniffer-composer-installer": true
+ }
},
"extra": {
},
diff --git a/php-laminas-stdlib.spec b/php-laminas-stdlib.spec
index 8c20f86..3fd767f 100644
--- a/php-laminas-stdlib.spec
+++ b/php-laminas-stdlib.spec
@@ -13,7 +13,7 @@
%bcond_without tests
%endif
-%global gh_commit cba75fad2053bb5dc8d3e7f5e62b61d75eecfaf1
+%global gh_commit bcd869e2fe88d567800057c1434f2380354fe325
%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.7.0
+Version: 3.7.1
Release: 1%{?dist}
Summary: Laminas Framework %{library} component
@@ -175,6 +175,9 @@ exit $ret
%changelog
+* Mon Jan 24 2022 Remi Collet <remi@remirepo.net> - 3.7.1-1
+- update to 3.7.1
+
* Mon Jan 10 2022 Remi Collet <remi@remirepo.net> - 3.7.0-1
- update to 3.7.0