diff options
| -rw-r--r-- | composer.json | 2 | ||||
| -rw-r--r-- | php-laminas-stdlib.spec | 9 | 
2 files changed, 7 insertions, 4 deletions
diff --git a/composer.json b/composer.json index 9046c3a..3cbead9 100644 --- a/composer.json +++ b/composer.json @@ -21,7 +21,7 @@      "extra": {      },      "require": { -        "php": "^7.3 || ^8.0" +        "php": "^7.3 || ~8.0.0 || ~8.1.0"      },      "require-dev": {          "laminas/laminas-coding-standard": "~2.3.0", diff --git a/php-laminas-stdlib.spec b/php-laminas-stdlib.spec index 2d9877c..6b56eb9 100644 --- a/php-laminas-stdlib.spec +++ b/php-laminas-stdlib.spec @@ -13,7 +13,7 @@  %bcond_without       tests  %endif -%global gh_commit    c8ac6a76a133e682acfabc821d4a2ec646934b12 +%global gh_commit    c53d8537f108fac3fae652677a19735db730ba46  %global gh_short     %(c=%{gh_commit}; echo ${c:0:7})  %global gh_owner     laminas  %global gh_project   laminas-stdlib @@ -23,7 +23,7 @@  %global library      Stdlib  Name:           php-%{gh_project} -Version:        3.5.0 +Version:        3.6.0  Release:        1%{?dist}  Summary:        Laminas Framework %{library} component @@ -62,7 +62,7 @@ BuildRequires:  phpunit9 >= 9.3.7  BuildRequires:  php-fedora-autoloader-devel  # From composer, "require": { -#        "php": "^7.3 || ^8.0" +#        "php": "^7.3 || ~8.0.0 || ~8.1.0"  Requires:       php(language) >= 7.3  # remirepo:1  %if 0%{?fedora} >= 27 || 0%{?rhel} >= 8 @@ -178,6 +178,9 @@ exit $ret  %changelog +* Fri Sep  3 2021 Remi Collet <remi@remirepo.net> - 3.6.0-1 +- update to 3.6.0 +  * Wed Aug  4 2021 Remi Collet <remi@remirepo.net> - 3.5.0-1  - update to 3.5.0 (no change)  - keep compatibility using laminas-zendframework-bridge  | 
