summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2020-12-10 15:25:48 +0100
committerRemi Collet <remi@remirepo.net>2020-12-10 15:25:48 +0100
commitcd712c63848614703fd88a9bd1ea9e8a9e7f4b47 (patch)
treecc7ec890494cde5c8ffc1986b6ecf46a7079ff70
parent8c6c86a8313fa0a7a02251c9791cbf0e52e45e1a (diff)
fix BR
-rw-r--r--php-paragonie-constant-time-encoding.spec4
1 files changed, 2 insertions, 2 deletions
diff --git a/php-paragonie-constant-time-encoding.spec b/php-paragonie-constant-time-encoding.spec
index 9a712a6..a6ae59a 100644
--- a/php-paragonie-constant-time-encoding.spec
+++ b/php-paragonie-constant-time-encoding.spec
@@ -37,10 +37,10 @@ BuildRequires: php-spl
# "phpunit/phpunit": "^6|^7",
%if 0%{?fedora} >= 32 || 0%{?rhel} >= 9
BuildRequires: phpunit9
-%global phpunit %{_bindir}/phpunit7
+%global phpunit %{_bindir}/phpunit9
%else
BuildRequires: phpunit8
-%global phpunit %{_bindir}/phpunit6
+%global phpunit %{_bindir}/phpunit8
%endif
BuildRequires: php-fedora-autoloader-devel