summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2021-06-14 16:49:01 +0200
committerRemi Collet <remi@remirepo.net>2021-06-14 16:49:01 +0200
commit1aaaed60da5cdc980c927ebd5dc40e853e782a52 (patch)
treed675b9c2da14dc19894f7f687e8c38db4e0f0563
parent8dc370e3a946ac90761b7cf7ae77cd47726b2147 (diff)
update to 3.5.1
-rw-r--r--composer.json6
-rw-r--r--php-laminas-test.spec13
2 files changed, 11 insertions, 8 deletions
diff --git a/composer.json b/composer.json
index c96f5dd..f08d48a 100644
--- a/composer.json
+++ b/composer.json
@@ -32,8 +32,6 @@
"laminas/laminas-uri": "^2.5",
"laminas/laminas-view": "^2.6.3",
"laminas/laminas-zendframework-bridge": "^1.1",
- "vimeo/psalm": "^4.7.0",
- "psalm/plugin-phpunit": "^0.15.0",
"phpunit/phpunit": "^8.0 || ^9.0"
},
"require-dev": {
@@ -46,7 +44,9 @@
"laminas/laminas-serializer": "^2.6.1",
"laminas/laminas-session": "^2.8.5",
"laminas/laminas-validator": "^2.8",
- "mikey179/vfsstream": "^1.6.8"
+ "mikey179/vfsstream": "^1.6.8",
+ "psalm/plugin-phpunit": "^0.16.0",
+ "vimeo/psalm": "^4.7"
},
"suggest": {
"laminas/laminas-mvc-console": "^1.1.8, to test MVC <-> console integration"
diff --git a/php-laminas-test.spec b/php-laminas-test.spec
index e7037c4..38ea2e8 100644
--- a/php-laminas-test.spec
+++ b/php-laminas-test.spec
@@ -7,7 +7,7 @@
# Please, preserve the changelog entries
#
%global bootstrap 0
-%global gh_commit a91af6342c1f0d8d917609fca1fe960cfaac4c2e
+%global gh_commit 621eced0d747ead65c39ab0fc507f66e9bdca276
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global gh_owner laminas
%global gh_project laminas-test
@@ -22,7 +22,7 @@
%endif
Name: php-%{gh_project}
-Version: 3.5.0
+Version: 3.5.1
Release: 1%{?dist}
Summary: %{namespace} Framework %{library} component
@@ -60,7 +60,9 @@ BuildRequires: (php-autoloader(%{gh_owner}/laminas-zendframework-bridge) >= 1.1
# "laminas/laminas-serializer": "^2.6.1",
# "laminas/laminas-session": "^2.8.5",
# "laminas/laminas-validator": "^2.8",
-# "mikey179/vfsstream": "~1.6.8"
+# "mikey179/vfsstream": "^1.6.8",
+# "psalm/plugin-phpunit": "^0.16.0",
+# "vimeo/psalm": "^4.7"
BuildRequires: (php-autoloader(%{gh_owner}/laminas-i18n) >= 2.6 with php-autoloader(%{gh_owner}/laminas-i18n) < 3)
BuildRequires: (php-autoloader(%{gh_owner}/laminas-log) >= 2.7.1 with php-autoloader(%{gh_owner}/laminas-log) < 3)
BuildRequires: (php-autoloader(%{gh_owner}/laminas-modulemanager) >= 2.7.1 with php-autoloader(%{gh_owner}/laminas-modulemanager) < 3)
@@ -108,8 +110,6 @@ BuildRequires: php-fedora-autoloader-devel
# "laminas/laminas-uri": "^2.5",
# "laminas/laminas-view": "^2.6.3",
# "laminas/laminas-zendframework-bridge": "^1.1",
-# "vimeo/psalm": "^4.7.0",
-# "psalm/plugin-phpunit": "^0.15.0",
# "phpunit/phpunit": "^8.0 || ^9.0"
Requires: php(language) >= 7.3
# remirepo:1
@@ -276,6 +276,9 @@ exit $ret
%changelog
+* Mon Jun 14 2021 Remi Collet <remi@remirepo.net> - 3.5.1-1
+- update to 3.5.1
+
* Thu Jun 10 2021 Remi Collet <remi@remirepo.net> - 3.5.0-1
- update to 3.5.0
- raise dependency on PHP 7.3