summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--composer.json2
-rw-r--r--php-doctrine-annotations.spec9
2 files changed, 7 insertions, 4 deletions
diff --git a/composer.json b/composer.json
index e43a239..040e717 100644
--- a/composer.json
+++ b/composer.json
@@ -13,7 +13,7 @@
{"name": "Johannes Schmitt", "email": "schmittjoh@gmail.com"}
],
"require": {
- "php": "^7.1",
+ "php": "^7.1 || ^8.0",
"ext-tokenizer": "*",
"doctrine/lexer": "1.*"
},
diff --git a/php-doctrine-annotations.spec b/php-doctrine-annotations.spec
index cc30ac6..5ec4c88 100644
--- a/php-doctrine-annotations.spec
+++ b/php-doctrine-annotations.spec
@@ -12,13 +12,13 @@
%global github_owner doctrine
%global github_name annotations
-%global github_version 1.10.2
-%global github_commit b9d758e831c70751155c698c2f7df4665314a1cb
+%global github_version 1.10.3
+%global github_commit 5db60a4969eba0e0c197a19c077780aadbc43c5d
%global composer_vendor doctrine
%global composer_project annotations
-# "php": "^7.1"
+# "php": "^7.1 || ^8.0"
%global php_min_ver 7.1
# "doctrine/cache": "1.*"
# NOTE: Min version not 1.0 because autoloader required
@@ -171,6 +171,9 @@ exit $RETURN_CODE
%changelog
+* Tue May 26 2020 Remi Collet <remi@remirepo.net> - 1.10.3-1
+- update to 1.10.3 (no change)
+
* Mon Apr 20 2020 Remi Collet <remi@remirepo.net> - 1.10.2-1
- update to 1.10.2