diff options
-rw-r--r-- | composer.json | 2 | ||||
-rw-r--r-- | php-phpdocumentor-reflection-docblock5.spec | 9 |
2 files changed, 7 insertions, 4 deletions
diff --git a/composer.json b/composer.json index 9cd35ed..8105049 100644 --- a/composer.json +++ b/composer.json @@ -19,7 +19,7 @@ "webmozart/assert": "^1.9.1", "phpdocumentor/reflection-common": "^2.2", "ext-filter": "*", - "phpstan/phpdoc-parser": "^1.7", + "phpstan/phpdoc-parser": "^1.7|^2.0", "doctrine/deprecations": "^1.1" }, "require-dev": { diff --git a/php-phpdocumentor-reflection-docblock5.spec b/php-phpdocumentor-reflection-docblock5.spec index b7adc0a..7b58ff6 100644 --- a/php-phpdocumentor-reflection-docblock5.spec +++ b/php-phpdocumentor-reflection-docblock5.spec @@ -8,7 +8,7 @@ # # Please, preserve the changelog entries # -%global gh_commit 0c70d2c566e899666f367ab7b80986beb3581e6f +%global gh_commit f3558a4c23426d12bffeaab463f8a8d8b681193c %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner phpDocumentor %global gh_project ReflectionDocBlock @@ -16,7 +16,7 @@ %bcond_without tests Name: php-phpdocumentor-reflection-docblock%{major} -Version: 5.5.1 +Version: 5.6.0 Release: 1%{?dist} Summary: DocBlock parser @@ -61,7 +61,7 @@ BuildRequires: php-spl # "webmozart/assert": "^1.9.1", # "phpdocumentor/reflection-common": "^2.2", # "ext-filter": "*", -# "phpstan/phpdoc-parser": "^1.7", +# "phpstan/phpdoc-parser": "^1.7|^2.0", # "doctrine/deprecations": "^1.1" Requires: php(language) >= 7.4 Requires: php-filter @@ -166,6 +166,9 @@ exit $RETURN_CODE %changelog +* Tue Nov 12 2024 Remi Collet <remi@remirepo.net> - 5.6.0-1 +- update to 5.6.0 + * Wed Nov 6 2024 Remi Collet <remi@remirepo.net> - 5.5.1-1 - update to 5.5.1 |