From 732ec7de674aeb242d54ce2197b3a47b052f6b2f Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 20 Oct 2021 10:16:14 +0200 Subject: update to 5.3.0 --- composer.json | 5 +++-- php-phpdocumentor-reflection-docblock5.spec | 19 +++++++++---------- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/composer.json b/composer.json index 7038f48..d907630 100644 --- a/composer.json +++ b/composer.json @@ -21,7 +21,8 @@ "ext-filter": "*" }, "require-dev": { - "mockery/mockery": "~1.3.2" + "mockery/mockery": "~1.3.2", + "psalm/phar": "^4.8" }, "autoload": { "psr-4": { @@ -30,7 +31,7 @@ }, "autoload-dev": { "psr-4": { - "phpDocumentor\\Reflection\\": "tests/unit" + "phpDocumentor\\Reflection\\": ["tests/unit", "tests/integration"] } }, "extra": { diff --git a/php-phpdocumentor-reflection-docblock5.spec b/php-phpdocumentor-reflection-docblock5.spec index 8b4b495..9820c30 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 069a785b2141f5bcf49f3e353548dc1cce6df556 +%global gh_commit 622548b623e81ca6d78b721c5e029f4ce664f170 %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.2.2 +Version: 5.3.0 Release: 1%{?dist} Summary: DocBlock parser @@ -45,14 +45,10 @@ BuildRequires: php-webmozart-assert >= 1.9.1 BuildRequires: php-phpdocumentor-reflection-common2 >= 2.2 %endif # From composer.json, require-dev -# "mockery/mockery": "~1.3.2" -%if 0%{?fedora} >= 27 || 0%{?rhel} >= 9 +# "mockery/mockery": "~1.3.2", +# "psalm/phar": "^4.8" BuildRequires: phpunit9 %global phpunit %{_bindir}/phpunit9 -%else -BuildRequires: phpunit8 -%global phpunit %{_bindir}/phpunit8 -%endif # remirepo:1 %if 0%{?fedora} >= 27 || 0%{?rhel} >= 8 BuildRequires: (php-composer(mockery/mockery) >= 1.3.2 with php-composer(mockery/mockery) < 2) @@ -144,7 +140,7 @@ sed -e '/autoload.php/d' -i examples/*.php examples/*/*.php phpab \ --template fedora \ --output bootstrap.php \ - tests/unit/ + tests/unit tests/integration cat < - 5.3.0-1 +- update to 5.3.0 + * Fri Sep 18 2020 Remi Collet - 5.2.2-1 - update to 5.2.2 -- cgit