From 6aef34b34c66cbb86bd1ff5848d04e65e627b85c Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 4 Sep 2018 12:56:12 +0200 Subject: minor --- php-phpdocumentor-reflection-docblock4.spec | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'php-phpdocumentor-reflection-docblock4.spec') diff --git a/php-phpdocumentor-reflection-docblock4.spec b/php-phpdocumentor-reflection-docblock4.spec index 23a8a4f..55363a3 100644 --- a/php-phpdocumentor-reflection-docblock4.spec +++ b/php-phpdocumentor-reflection-docblock4.spec @@ -20,7 +20,6 @@ Version: 4.3.0 Release: 1%{?dist} Summary: DocBlock parser -Group: Development/Libraries License: MIT URL: https://github.com/%{gh_owner}/%{gh_project} @@ -91,12 +90,6 @@ Requires: php-composer(fedora/autoloader) Provides: php-composer(phpdocumentor/reflection-docblock) = %{version} -Conflicts: drush < 8.1.10-2 -Conflicts: php-bartlett-PHP-Reflect < 4.0.2-3 -Conflicts: php-consolidation-annotated-command < 2.4.8 -Conflicts: php-phpdocumentor-reflection < 1.0.7-3 -Conflicts: php-phpspec-prophecy < 1.7.0-4 - %description The ReflectionDocBlock component of phpDocumentor provides a DocBlock @@ -158,7 +151,7 @@ BOOTSTRAP # use auto_prepend_file to ensure build version used first RETURN_CODE=0 -for PHP_EXEC in php php70 php71 php72; do +for PHP_EXEC in php php70 php71 php72 php73; do if which $PHP_EXEC; then $PHP_EXEC -d auto_prepend_file=$PWD/bootstrap.php \ %{_bindir}/phpunit6 \ -- cgit