diff options
| -rw-r--r-- | composer.json | 6 | ||||
| -rw-r--r-- | php-laminas-filter.spec | 9 | 
2 files changed, 11 insertions, 4 deletions
diff --git a/composer.json b/composer.json index cb97d0d..bbddf89 100644 --- a/composer.json +++ b/composer.json @@ -16,7 +16,11 @@          "forum": "https://discourse.laminas.dev"      },      "config": { -        "sort-packages": true +        "sort-packages": true, +        "allow-plugins": { +            "dealerdirect/phpcodesniffer-composer-installer": true, +            "composer/package-versions-deprecated": true +        }      },      "extra": {          "laminas": { diff --git a/php-laminas-filter.spec b/php-laminas-filter.spec index 06dc959..f85fde2 100644 --- a/php-laminas-filter.spec +++ b/php-laminas-filter.spec @@ -1,13 +1,13 @@  # remirepo/Fedora spec file for php-laminas-filter  # -# 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    67d88c471cb7016f495aeb1d3fd03edaa9bd9e70 +%global gh_commit    79e8baa62035397044087907e89034726b3056a0  %global gh_short     %(c=%{gh_commit}; echo ${c:0:7})  %global gh_owner     laminas  %global gh_project   laminas-filter @@ -18,7 +18,7 @@  %global with_tests   0%{!?_without_tests:1}  Name:           php-%{gh_project} -Version:        2.13.0 +Version:        2.13.1  Release:        1%{?dist}  Summary:        %{namespace} Framework %{library} component @@ -230,6 +230,9 @@ exit $ret  %changelog +* Mon Jan  3 2022 Remi Collet <remi@remirepo.net> - 2.13.1-1 +- update to 2.13.1 +  * Thu Dec  2 2021 Remi Collet <remi@remirepo.net> - 2.13.0-1  - update to 2.13.0  - keep compatibility using laminas-zendframework-bridge  | 
