summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--php-phpdocumentor-reflection-docblock4.spec9
1 files changed, 1 insertions, 8 deletions
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 \