summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2022-08-18 08:10:48 +0200
committerRemi Collet <remi@php.net>2022-08-18 08:10:48 +0200
commit5229020f15be6fb6b66bb15929c45e328fe3acf8 (patch)
tree4bd112cdc23ef4bea5423800b5f220cb2025d664
parentffb00813c48a632f39cdfff7284a1a90fdbcdedc (diff)
update to 2.15.3
-rw-r--r--composer.json3
-rw-r--r--php-laminas-http.spec9
2 files changed, 9 insertions, 3 deletions
diff --git a/composer.json b/composer.json
index aa7c016..bc44f89 100644
--- a/composer.json
+++ b/composer.json
@@ -17,6 +17,9 @@
"forum": "https://discourse.laminas.dev"
},
"config": {
+ "allow-plugins": {
+ "dealerdirect/phpcodesniffer-composer-installer": true
+ },
"sort-packages": true
},
"require": {
diff --git a/php-laminas-http.spec b/php-laminas-http.spec
index ef9a9f2..00c6f3f 100644
--- a/php-laminas-http.spec
+++ b/php-laminas-http.spec
@@ -1,13 +1,13 @@
# remirepo/Fedora spec file for php-laminas-http
#
-# Copyright (c) 2015-2021 Remi Collet
+# Copyright (c) 2015-2022 Remi Collet
# License: CC-BY-SA
# http://creativecommons.org/licenses/by-sa/4.0/
#
# Please, preserve the changelog entries
#
%global bootstrap 0
-%global gh_commit 261f079c3dffcf6f123484db43c40e44c4bf1c79
+%global gh_commit e36d4234089e42b10224837ae7a9ceffe1e475f9
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global gh_owner laminas
%global gh_project laminas-http
@@ -22,7 +22,7 @@
%endif
Name: php-%{gh_project}
-Version: 2.15.1
+Version: 2.15.3
Release: 1%{?dist}
Summary: %{namespace} Framework %{library} component
@@ -221,6 +221,9 @@ exit $ret
%changelog
+* Thu Aug 18 2022 Remi Collet <remi@remirepo.net> - 2.15.3-1
+- update to 2.15.3
+
* Fri Dec 3 2021 Remi Collet <remi@remirepo.net> - 2.15.1-1
- update to 2.15.1