From b4d84d4f47d401437014ea296c39645906a71558 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 13 Feb 2025 08:41:36 +0100 Subject: cleanup --- php-sabre-uri3.spec | 5 ++--- 1 file 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) -- cgit