diff options
| -rw-r--r-- | composer.json | 2 | ||||
| -rw-r--r-- | php-laminas-mvc-plugin-prg.spec | 9 | 
2 files changed, 7 insertions, 4 deletions
diff --git a/composer.json b/composer.json index 40633c2..9fce112 100644 --- a/composer.json +++ b/composer.json @@ -24,7 +24,7 @@          }      },      "require": { -        "php": "^7.3 || ~8.0.0", +        "php": "^7.3 || ~8.0.0 || ~8.1.0",          "laminas/laminas-mvc": "^3.0",          "laminas/laminas-session": "^2.8.5",          "laminas/laminas-stdlib": "^3.3.0" diff --git a/php-laminas-mvc-plugin-prg.spec b/php-laminas-mvc-plugin-prg.spec index f06ed01..641c170 100644 --- a/php-laminas-mvc-plugin-prg.spec +++ b/php-laminas-mvc-plugin-prg.spec @@ -7,7 +7,7 @@  # Please, preserve the changelog entries  #  %global bootstrap    0 -%global gh_commit    054b0a4c69d095de64869652ac24be89213f8d8f +%global gh_commit    f35eb80cbe8c0e1a5d8966e3b0a24fbaeb902f56  %global gh_short     %(c=%{gh_commit}; echo ${c:0:7})  %global gh_owner     laminas  %global gh_project   laminas-mvc-plugin-prg @@ -24,7 +24,7 @@  %endif  Name:           php-%{gh_project} -Version:        1.4.0 +Version:        1.5.0  Release:        1%{?dist}  Summary:        %{namespace} Framework %{library}/%{subproj}/%{subsubp} component @@ -60,7 +60,7 @@ BuildRequires:  phpunit9 >= 9.3  BuildRequires:  php-fedora-autoloader-devel  # From composer, "require": { -#        "php": "^7.3 || ~8.0.0", +#        "php": "^7.3 || ~8.0.0 || ~8.1.0",  #        "laminas/laminas-mvc": "^3.0",  #        "laminas/laminas-session": "^2.8.5",  #        "laminas/laminas-stdlib": "^3.3" @@ -178,6 +178,9 @@ exit $ret  %changelog +* Thu Dec 16 2021 Remi Collet <remi@remirepo.net> - 1.5.0-1 +- update to 1.5.0 (no change) +  * Tue Dec  7 2021 Remi Collet <remi@remirepo.net> - 1.4.0-1  - update to 1.4.0  - keep compatibility using laminas-zendframework-bridge  | 
