diff options
-rw-r--r-- | php-phpunit-PHP-TokenStream.spec | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/php-phpunit-PHP-TokenStream.spec b/php-phpunit-PHP-TokenStream.spec index a2c21dd..e861296 100644 --- a/php-phpunit-PHP-TokenStream.spec +++ b/php-phpunit-PHP-TokenStream.spec @@ -35,7 +35,7 @@ BuildArch: noarch BuildRequires: php(language) >= 7.0 BuildRequires: php-fedora-autoloader-devel %if %{with_tests} -BuildRequires: phpunit6 >= 6.2.4 +BuildRequires: phpunit6 >= 6.2 %endif # From composer.json @@ -111,6 +111,7 @@ fi * Fri Aug 4 2017 Remi Collet <remi@remirepo.net> - 2.0.0-1 - Update to 2.0.0 - raise dependency on PHP 7.0 +- switch to phpunit6 * Mon Feb 27 2017 Remi Collet <remi@fedoraproject.org> - 1.4.11-1 - Update to 1.4.11 |