From 5229020f15be6fb6b66bb15929c45e328fe3acf8 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 18 Aug 2022 08:10:48 +0200 Subject: update to 2.15.3 --- composer.json | 3 +++ php-laminas-http.spec | 9 ++++++--- 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 - 2.15.3-1 +- update to 2.15.3 + * Fri Dec 3 2021 Remi Collet - 2.15.1-1 - update to 2.15.1 -- cgit