diff options
| author | Remi Collet <remi@remirepo.net> | 2020-05-26 08:14:32 +0200 | 
|---|---|---|
| committer | Remi Collet <remi@remirepo.net> | 2020-05-26 08:14:32 +0200 | 
| commit | b14e6c92808d5f7e4ff33ed26c908d5a4256fa39 (patch) | |
| tree | 3244204b8abac2ab8843d0354d84cd4b8c505c2f | |
| parent | 65471bf8ba0a161cade66e7e7d3ee4900ff4fc8d (diff) | |
update to 1.10.3 (no change)
| -rw-r--r-- | composer.json | 2 | ||||
| -rw-r--r-- | 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 <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  | 
