From b14e6c92808d5f7e4ff33ed26c908d5a4256fa39 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 26 May 2020 08:14:32 +0200 Subject: update to 1.10.3 (no change) --- composer.json | 2 +- php-doctrine-annotations.spec | 9 ++++++--- 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 - 1.10.3-1 +- update to 1.10.3 (no change) + * Mon Apr 20 2020 Remi Collet - 1.10.2-1 - update to 1.10.2 -- cgit