diff options
author | Remi Collet <remi@remirepo.net> | 2022-03-09 07:45:58 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2022-03-09 07:45:58 +0100 |
commit | 7158affff49b1c547862ad6fc78c5e4e06589328 (patch) | |
tree | cbfa5342ad4752454804883aba9a0d176a74e3d8 | |
parent | 78fcc71c8537db1b059f51591fe00459b9803352 (diff) |
update to 2.17.0
-rw-r--r-- | composer.json | 5 | ||||
-rw-r--r-- | php-laminas-validator.spec | 7 |
2 files changed, 9 insertions, 3 deletions
diff --git a/composer.json b/composer.json index 8ead394..3a4c672 100644 --- a/composer.json +++ b/composer.json @@ -16,7 +16,10 @@ "forum": "https://discourse.laminas.dev" }, "config": { - "sort-packages": true + "sort-packages": true, + "platform": { + "php": "7.3.99" + } }, "extra": { "laminas": { diff --git a/php-laminas-validator.spec b/php-laminas-validator.spec index 586c032..71c1afa 100644 --- a/php-laminas-validator.spec +++ b/php-laminas-validator.spec @@ -8,7 +8,7 @@ # # When buid without db, filter, http, session, uri %global bootstrap 0 -%global gh_commit 329900ab7674c198e91e85b2e09080cdf493ce07 +%global gh_commit bdd503adc83d814a5c94e598ea0eb9fc7ca56339 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner laminas %global gh_project laminas-validator @@ -19,7 +19,7 @@ %global with_tests 0%{!?_without_tests:1} Name: php-%{gh_project} -Version: 2.16.0 +Version: 2.17.0 Release: 1%{?dist} Summary: %{namespace} Framework %{library} component @@ -275,6 +275,9 @@ exit $ret %changelog +* Wed Mar 9 2022 Remi Collet <remi@remirepo.net> - 2.17.0-1 +- update to 2.17.0 + * Mon Jan 24 2022 Remi Collet <remi@remirepo.net> - 2.16.0-1 - update to 2.16.0 |