diff options
-rw-r--r-- | php-sabre-uri3.spec | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/php-sabre-uri3.spec b/php-sabre-uri3.spec index 095f6c4..f137fff 100644 --- a/php-sabre-uri3.spec +++ b/php-sabre-uri3.spec @@ -43,7 +43,6 @@ BuildRequires: php(language) >= 7.4 # "phpstan/phpstan-strict-rules": "^1.6", # "phpstan/extension-installer": "^1.4", # "phpunit/phpunit" : "^9.6" -BuildRequires: php-pcre BuildRequires: phpunit9 >= 9.6 %global phpunit %{_bindir}/phpunit9 %endif @@ -53,8 +52,8 @@ BuildRequires: php-fedora-autoloader-devel # From composer.json, "require" : { # "php": "^7.4 || ^8.0" Requires: php(language) > 7.4 -# From phpcompatinfo report for version 2.1.2 -Requires: php-pcre +# From phpcompatinfo report for version 3.0.2 +# Only pcre and spl # Autoloader Requires: php-composer(fedora/autoloader) |