From bbceefb8e78cea2010e3294e85e95ef7e59bc9de Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 8 Dec 2021 11:53:40 +0100 Subject: update to 1.12.0 --- composer.json | 2 +- php-laminas-diagnostics.spec | 9 ++++++--- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index 9390598..8414f15 100644 --- a/composer.json +++ b/composer.json @@ -27,7 +27,7 @@ } }, "require": { - "php": "^7.3 || ~8.0.0" + "php": "^7.4 || ~8.0.0 || ~8.1.0" }, "require-dev": { "doctrine/migrations": "^2.0 || ^3.0", diff --git a/php-laminas-diagnostics.spec b/php-laminas-diagnostics.spec index c98842e..8c8a3c1 100644 --- a/php-laminas-diagnostics.spec +++ b/php-laminas-diagnostics.spec @@ -6,7 +6,7 @@ # # Please, preserve the changelog entries # -%global gh_commit cf9f497fe04adb4a813503f34bc2dc6586b05d25 +%global gh_commit 99acdfef836516d1830a381f6798205ec5deb45d %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner laminas %global gh_project laminas-diagnostics @@ -17,7 +17,7 @@ %global with_tests 0%{!?_without_tests:1} Name: php-%{gh_project} -Version: 1.11.0 +Version: 1.12.0 Release: 1%{?dist} Summary: A set of components for performing diagnostic tests @@ -82,7 +82,7 @@ BuildRequires: /bin/ps BuildRequires: php-fedora-autoloader-devel # From composer, "require": { -# "php": "^7.3 || ~8.0.0" +# "php": "^7.3 || ~8.0.0 || ~8.1.0" Requires: php(language) >= 7.3 # remirepo:1 %if 0%{?fedora} >= 27 || 0%{?rhel} >= 8 @@ -236,6 +236,9 @@ exit $ret %changelog +* Wed Dec 8 2021 Remi Collet - 1.12.0-1 +- update to 1.12.0 + * Tue Dec 7 2021 Remi Collet - 1.11.0-1 - update to 1.11.0 - keep compatibility using laminas-zendframework-bridge -- cgit