diff options
author | Remi Collet <remi@remirepo.net> | 2022-11-21 09:52:13 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2022-11-21 09:52:13 +0100 |
commit | 5c7cc0abe0f13ca8aea21ec9b4f2e6b4c454be26 (patch) | |
tree | c4cc443618a78ba1e2b500d5f055471a9f643bf3 | |
parent | de5d1f08743bd625793cc80b150674e91378e987 (diff) |
update to 3.6.0
-rw-r--r-- | composer.json | 4 | ||||
-rw-r--r-- | php-laminas-form3.spec | 13 |
2 files changed, 10 insertions, 7 deletions
diff --git a/composer.json b/composer.json index 47792af..43f2e21 100644 --- a/composer.json +++ b/composer.json @@ -32,7 +32,7 @@ "laminas/laminas-eventmanager": "^3.6", "laminas/laminas-filter": "^2.23", "laminas/laminas-i18n": "^2.19", - "laminas/laminas-modulemanager": "^2.12", + "laminas/laminas-modulemanager": "^2.14.0", "laminas/laminas-recaptcha": "^3.4.0", "laminas/laminas-servicemanager": "^3.19", "laminas/laminas-session": "^2.13", @@ -40,7 +40,7 @@ "laminas/laminas-validator": "^2.26", "laminas/laminas-view": "^2.24", "phpunit/phpunit": "^9.5.25", - "psalm/plugin-phpunit": "^0.17.0", + "psalm/plugin-phpunit": "^0.18.0", "vimeo/psalm": "^4.29" }, "suggest": { diff --git a/php-laminas-form3.spec b/php-laminas-form3.spec index 6f09b4e..9fabc11 100644 --- a/php-laminas-form3.spec +++ b/php-laminas-form3.spec @@ -7,7 +7,7 @@ # Please, preserve the changelog entries # %global bootstrap 0 -%global gh_commit 1563142cbf35972106e3404d4dd5cfdd48856b51 +%global gh_commit e6d71e87d31f583aafe3644a7680de72d1f81ea5 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner laminas %global gh_project laminas-form @@ -20,7 +20,7 @@ %bcond_without tests Name: php-%{gh_project}%{major} -Version: 3.5.1 +Version: 3.6.0 Release: 1%{?dist} Summary: %{namespace} Framework %{library} component version %{major} @@ -54,7 +54,7 @@ BuildRequires: (php-autoloader(%{gh_owner}/laminas-stdlib) >= 3.7. # "laminas/laminas-eventmanager": "^3.6", # "laminas/laminas-filter": "^2.23", # "laminas/laminas-i18n": "^2.19", -# "laminas/laminas-modulemanager": "^2.12", +# "laminas/laminas-modulemanager": "^2.14", # "laminas/laminas-recaptcha": "^3.4.0", # "laminas/laminas-servicemanager": "^3.19", # "laminas/laminas-session": "^2.13", @@ -62,7 +62,7 @@ BuildRequires: (php-autoloader(%{gh_owner}/laminas-stdlib) >= 3.7. # "laminas/laminas-validator": "^2.26", # "laminas/laminas-view": "^2.24", # "phpunit/phpunit": "^9.5.25", -# "psalm/plugin-phpunit": "^0.16.1", +# "psalm/plugin-phpunit": "^0.18.0", # "vimeo/psalm": "^4.29" BuildRequires: (php-composer(doctrine/annotations) >= 1.13.3 with php-composer(doctrine/annotations) < 2) BuildRequires: (php-autoloader(%{gh_owner}/laminas-captcha) >= 2.13 with php-autoloader(%{gh_owner}/laminas-captcha) < 3) @@ -71,7 +71,7 @@ BuildRequires: (php-autoloader(%{gh_owner}/laminas-escaper) >= 2.12 BuildRequires: (php-autoloader(%{gh_owner}/laminas-eventmanager) >= 3.6 with php-autoloader(%{gh_owner}/laminas-eventmanager) < 4) BuildRequires: (php-autoloader(%{gh_owner}/laminas-filter) >= 2.23 with php-autoloader(%{gh_owner}/laminas-filter) < 3) BuildRequires: (php-autoloader(%{gh_owner}/laminas-i18n) >= 2.19 with php-autoloader(%{gh_owner}/laminas-i18n) < 3) -BuildRequires: (php-autoloader(%{gh_owner}/laminas-modulemanager) >= 2.12 with php-autoloader(%{gh_owner}/laminas-modulemanager) < 3) +BuildRequires: (php-autoloader(%{gh_owner}/laminas-modulemanager) >= 2.14 with php-autoloader(%{gh_owner}/laminas-modulemanager) < 3) BuildRequires: (php-autoloader(%{gh_owner}/laminas-recaptcha) >= 3.4.0 with php-autoloader(%{gh_owner}/laminas-recaptcha) < 4) BuildRequires: (php-autoloader(%{gh_owner}/laminas-servicemanager) >= 3.19 with php-autoloader(%{gh_owner}/laminas-servicemanager) < 4) BuildRequires: (php-autoloader(%{gh_owner}/laminas-session) >= 2.13 with php-autoloader(%{gh_owner}/laminas-session) < 3) @@ -245,6 +245,9 @@ exit $ret %changelog +* Mon Nov 21 2022 Remi Collet <remi@remirepo.net> - 3.6.0-1 +- update to 3.6.0 + * Thu Nov 3 2022 Remi Collet <remi@remirepo.net> - 3.5.1-1 - update to 3.5.1 |