summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--php-zumba-json-serializer.spec9
1 files changed, 1 insertions, 8 deletions
diff --git a/php-zumba-json-serializer.spec b/php-zumba-json-serializer.spec
index 872d413..a807164 100644
--- a/php-zumba-json-serializer.spec
+++ b/php-zumba-json-serializer.spec
@@ -1,6 +1,6 @@
# remirepo/fedora spec file for php-zumba-json-serializer
#
-# SPDX-FileCopyrightText: Copyright 2024 Remi Collet
+# SPDX-FileCopyrightText: Copyright 2021-2025 Remi Collet
# SPDX-License-Identifier: CECILL-2.1
# http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt
#
@@ -31,12 +31,8 @@ BuildArch: noarch
%if %{with tests}
# as we use phpunit10 by default
BuildRequires: php(language) >= 8.1
-BuildRequires: php-date
BuildRequires: php-json
BuildRequires: php-mbstring
-BuildRequires: php-pcre
-BuildRequires: php-reflection
-BuildRequires: php-spl
# For tests, from composer.json "require-dev": {
# "phpunit/phpunit": ">=8.0 <12.0"
%if 0%{?fedora} >= 40 || 0%{?rhel} >= 10
@@ -57,9 +53,6 @@ Requires: php(language) >= 7.2
Requires: php-mbstring
# From phpcompatinfo report for 3.0.1
Requires: php-json
-Requires: php-pcre
-Requires: php-reflection
-Requires: php-spl
# For generated autoloader
Requires: php-composer(fedora/autoloader)