diff options
author | Remi Collet <remi@remirepo.net> | 2022-07-28 08:42:10 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2022-07-28 08:42:10 +0200 |
commit | 0cf61260ae95548465a201460569adf9a6cb87cb (patch) | |
tree | 97dda3beb5f6a92783a608d837f2341513318b9c | |
parent | 7a1c9de2d26f860c83201ad62f9cafa8c0315345 (diff) |
update to 3.4.0
-rw-r--r-- | composer.json | 2 | ||||
-rw-r--r-- | php-laminas-form3.spec | 7 |
2 files changed, 6 insertions, 3 deletions
diff --git a/composer.json b/composer.json index a8e8bf0..deadb8b 100644 --- a/composer.json +++ b/composer.json @@ -41,7 +41,7 @@ "laminas/laminas-view": "^2.19.1", "phpspec/prophecy-phpunit": "^2.0.1", "phpunit/phpunit": "^9.5.14", - "psalm/plugin-phpunit": "^0.16.1", + "psalm/plugin-phpunit": "^0.17.0", "vimeo/psalm": "^4.21.0" }, "suggest": { diff --git a/php-laminas-form3.spec b/php-laminas-form3.spec index d84c371..15f0e15 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 1baa76ddc6fb0b5ec3dfcfa4e4944739344b5131 +%global gh_commit 0ca41651cee8486cef68b6e0281ef9be99379c78 %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.3.0 +Version: 3.4.0 Release: 1%{?dist} Summary: %{namespace} Framework %{library} component version %{major} @@ -249,6 +249,9 @@ exit $ret %changelog +* Thu Jul 28 2022 Remi Collet <remi@remirepo.net> - 3.4.0-1 +- update to 3.4.0 + * Tue Jul 26 2022 Remi Collet <remi@remirepo.net> - 3.3.0-1 - update to 3.3.0 - raise dependency on laminas-inputfilter 2.19.1 |