From d9ed601883ea91d3ca39247ddfce56c2adab13d5 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 10 Mar 2022 07:26:50 +0100 Subject: update to 2.10.1 --- composer.json | 7 ++++--- php-laminas-authentication.spec | 7 +++++-- 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 - 2.10.1-1 +- update to 2.10.1 + * Wed Mar 9 2022 Remi Collet - 2.10.0-1 - update to 2.10.0 -- cgit