summaryrefslogtreecommitdiffstats
path: root/php-doctrine-common.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2020-05-26 08:11:49 +0200
committerRemi Collet <remi@remirepo.net>2020-05-26 08:11:49 +0200
commit5df9cd5074e2ff0d2b65b7d87dedb4495aad042f (patch)
tree14bdde3bbc9d4e86580e44e6e7cb8ce71143fb36 /php-doctrine-common.spec
parentfb9a8fb8a83a6998d1523483af69c7b632e6b2d1 (diff)
update to 2.13.1
Diffstat (limited to 'php-doctrine-common.spec')
-rw-r--r--php-doctrine-common.spec9
1 files changed, 6 insertions, 3 deletions
diff --git a/php-doctrine-common.spec b/php-doctrine-common.spec
index 414561b..483cec0 100644
--- a/php-doctrine-common.spec
+++ b/php-doctrine-common.spec
@@ -12,13 +12,13 @@
%global github_owner doctrine
%global github_name common
-%global github_version 2.13.0
-%global github_commit 308728eae8d90412d850c155d40b1cfbede549da
+%global github_version 2.13.1
+%global github_commit fb00cd761126b11d8f334c09cf5b1f3f83fefc17
%global composer_vendor doctrine
%global composer_project common
-# "php": "~7.1"
+# "php": "^7.1 || ^8.0"
%global php_min_ver 7.1
# "doctrine/annotations": "^1.0"
# NOTE: Min version not 1.0 because autoloader required
@@ -247,6 +247,9 @@ exit $RETURN_CODE
%changelog
+* Tue May 26 2020 Remi Collet <remi@remirepo.net> - 2.13.1-1
+- update to 2.13.1
+
* Fri May 15 2020 Remi Collet <remi@remirepo.net> - 2.13.0-1
- update to 2.13.0
- raise dependency on doctrine/persistence 1.3.3