summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--composer.json2
-rw-r--r--php-laminas-form.spec7
2 files changed, 6 insertions, 3 deletions
diff --git a/composer.json b/composer.json
index ee77c12..d68845a 100644
--- a/composer.json
+++ b/composer.json
@@ -32,7 +32,7 @@
"laminas/laminas-zendframework-bridge": "^1.1"
},
"conflict": {
- "laminas/laminas-code": "< 3.5.0"
+ "laminas/laminas-code": "<3.5.0 || >=4.0.0"
},
"require-dev": {
"doctrine/annotations": "^1.10.4",
diff --git a/php-laminas-form.spec b/php-laminas-form.spec
index 1049c8a..a28d175 100644
--- a/php-laminas-form.spec
+++ b/php-laminas-form.spec
@@ -7,7 +7,7 @@
# Please, preserve the changelog entries
#
%global bootstrap 0
-%global gh_commit 4262d6d6f0e7a47ef8db969481e59d58a0118f0e
+%global gh_commit 76fe85b3f126183fe965d60e32e2bf6c7c108d61
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global gh_owner laminas
%global gh_project laminas-form
@@ -19,7 +19,7 @@
%bcond_without tests
Name: php-%{gh_project}
-Version: 2.16.2
+Version: 2.16.3
Release: 1%{?dist}
Summary: %{namespace} Framework %{library} component
@@ -279,6 +279,9 @@ exit $ret
%changelog
+* Wed Apr 7 2021 Remi Collet <remi@remirepo.net> - 2.16.3-1
+- update to 2.16.3 (no change)
+
* Tue Mar 23 2021 Remi Collet <remi@remirepo.net> - 2.16.2-1
- update to 2.16.2 (no change)