diff options
author | Remi Collet <remi@remirepo.net> | 2025-02-13 08:41:36 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2025-02-13 08:41:36 +0100 |
commit | b4d84d4f47d401437014ea296c39645906a71558 (patch) | |
tree | e71bede50d770a2f2f3e63ffa4bed00eca79ac05 | |
parent | 25a3e699d05727f6afc7dfae3763767a29dffbd8 (diff) |
-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) |