summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2022-07-19 17:01:38 +0200
committerRemi Collet <remi@php.net>2022-07-19 17:01:38 +0200
commit5efec6b60ed2206aae9b532f02f2790105ddcdf8 (patch)
tree64eed438c342e89ff16d731f35a2fb5bbf164823
parentd1f085904bfd556b8df98c675d9c25d90709f2bd (diff)
update to 2.22.0
-rw-r--r--composer.json2
-rw-r--r--php-laminas-view.spec10
2 files changed, 8 insertions, 4 deletions
diff --git a/composer.json b/composer.json
index f013f15..24d91bc 100644
--- a/composer.json
+++ b/composer.json
@@ -57,7 +57,7 @@
"phpspec/prophecy": "^1.12",
"phpspec/prophecy-phpunit": "^2.0",
"phpunit/phpunit": "^9.5.5",
- "psalm/plugin-phpunit": "^0.16.1",
+ "psalm/plugin-phpunit": "^0.17.0",
"vimeo/psalm": "^4.10"
},
"conflict": {
diff --git a/php-laminas-view.spec b/php-laminas-view.spec
index 174bf43..767ed68 100644
--- a/php-laminas-view.spec
+++ b/php-laminas-view.spec
@@ -7,7 +7,7 @@
# Please, preserve the changelog entries
#
%global bootstrap 0
-%global gh_commit 4145f10db72ebfe34d11bc3b6a298aa62ad9533f
+%global gh_commit ae32391bdec45ca9fc73dd0882cd7301ab07ecf3
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global gh_owner laminas
%global gh_project laminas-view
@@ -18,7 +18,7 @@
%global with_tests 0%{!?_without_tests:1}
Name: php-%{gh_project}
-Version: 2.21.0
+Version: 2.22.0
Release: 1%{?dist}
Summary: %{namespace} Framework %{library} component
@@ -67,7 +67,7 @@ BuildRequires: (php-autoloader(%{gh_owner}/laminas-zendframework-bridge) >= 1.0
# "phpspec/prophecy": "^1.12",
# "phpspec/prophecy-phpunit": "^2.0",
# "phpunit/phpunit": "^9.5.5",
-# "psalm/plugin-phpunit": "^0.16.1",
+# "psalm/plugin-phpunit": "^0.17.0",
# "vimeo/psalm": "^4.10"
BuildRequires: (php-autoloader(%{gh_owner}/laminas-authentication) >= 2.5 with php-autoloader(%{gh_owner}/laminas-authentication) < 3)
BuildRequires: (php-autoloader(%{gh_owner}/laminas-console) >= 2.6 with php-autoloader(%{gh_owner}/laminas-console) < 3)
@@ -309,6 +309,7 @@ rm -r test/Helper*
: upstream test suite
ret=0
+# TODO: php82
for cmd in php php74 php80 php81; do
if which $cmd; then
$cmd %{_bindir}/phpunit9 \
@@ -333,6 +334,9 @@ exit $ret
%changelog
+* Tue Jul 19 2022 Remi Collet <remi@remirepo.net> - 2.22.0-1
+- update to 2.22.0
+
* Mon Jul 11 2022 Remi Collet <remi@remirepo.net> - 2.21.0-1
- update to 2.21.0
- raise dependency on laminas-servicemanager 3.14.0