summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2022-06-13 10:38:43 +0200
committerRemi Collet <remi@php.net>2022-06-13 10:38:43 +0200
commit33f50bbc4a282fda070b3fe9905c7b2d43f1b542 (patch)
treeeab8854dc3deee94824a3cfc5814c66e37ef18ff
parentca295797f4ed0a99ce270a0301565734ef54c508 (diff)
update to 2.7.0
-rw-r--r--composer.json2
-rw-r--r--php-doctrine-doctrine-bundle2.spec11
2 files changed, 8 insertions, 5 deletions
diff --git a/composer.json b/composer.json
index 7855f1c..edb0391 100644
--- a/composer.json
+++ b/composer.json
@@ -42,7 +42,7 @@
},
"require-dev": {
"doctrine/coding-standard": "^9.0",
- "doctrine/orm": "^2.10 || ^3.0",
+ "doctrine/orm": "^2.11 || ^3.0",
"friendsofphp/proxy-manager-lts": "^1.0",
"phpunit/phpunit": "^7.5 || ^8.0 || ^9.3 || ^10.0",
"psalm/plugin-phpunit": "^0.16.1",
diff --git a/php-doctrine-doctrine-bundle2.spec b/php-doctrine-doctrine-bundle2.spec
index 71395d9..b2f25f8 100644
--- a/php-doctrine-doctrine-bundle2.spec
+++ b/php-doctrine-doctrine-bundle2.spec
@@ -13,8 +13,8 @@
%global github_owner doctrine
%global github_name DoctrineBundle
-%global github_version 2.6.3
-%global github_commit 527970d22b8ca6472ebd88d7c42e512550bd874e
+%global github_version 2.7.0
+%global github_commit d2088fc50494e4e7441fecca54732245a613eeb6
%global major 2
%global composer_vendor doctrine
@@ -37,8 +37,8 @@
# "doctrine/persistence": "^2.2|^3",
%global persistence_min_ver 2.2
%global persistence_max_ver 4
-# "doctrine/orm": "~2.10 || ^3.0"
-%global orm_min_ver 2.10
+# "doctrine/orm": "~2.11 || ^3.0"
+%global orm_min_ver 2.11
%global orm_max_ver 4
# "doctrine/sql-formatter": "^1.0.1"
%global sql_formatter_min_ver 1.0.1
@@ -388,6 +388,9 @@ exit $RETURN_CODE
%changelog
+* Mon Jun 13 2022 Remi Collet <remi@remirepo.net> - 2.7.0-1
+- update to 2.7.0
+
* Mon Apr 25 2022 Remi Collet <remi@remirepo.net> - 2.6.3-1
- update to 2.6.3
- allow doctrine/persistence v3