From cba9992be7a788dcd37f2c5841cb8975c7afd525 Mon Sep 17 00:00:00 2001
From: Remi Collet <remi@remirepo.net>
Date: Thu, 25 Mar 2021 15:54:34 +0100
Subject: switch to Symfony 4

---
 php-phpunit-PHPUnit.spec | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

(limited to 'php-phpunit-PHPUnit.spec')

diff --git a/php-phpunit-PHPUnit.spec b/php-phpunit-PHPUnit.spec
index 9c55984..4825ddd 100644
--- a/php-phpunit-PHPUnit.spec
+++ b/php-phpunit-PHPUnit.spec
@@ -25,7 +25,7 @@
 
 Name:           php-phpunit-PHPUnit
 Version:        %{major}.%{minor}
-Release:        12%{?dist}
+Release:        13%{?dist}
 Summary:        The PHP Unit Testing framework version 5
 
 License:        BSD
@@ -84,7 +84,7 @@ BuildRequires:  php-phpunit-PHP-Invoker           >= 1.1
 BuildRequires:  php-doctrine-instantiator         >= 1.0.4
 BuildRequires:  php-sebastian-recursion-context
 %endif
-BuildRequires:  php-symfony-yaml
+BuildRequires:  php-symfony4-yaml
 # Autoloader
 BuildRequires:  php-composer(fedora/autoloader)
 
@@ -151,7 +151,7 @@ Requires:       php-sebastian-resource-operations
 Requires:       php-phpunit-Version               >= 2.0.1
 Requires:       php-myclabs-deep-copy             >= 1.3
 %endif
-Requires:       php-symfony-yaml
+Requires:       php-symfony4-yaml
 Requires:       php-dom
 Requires:       php-json
 Requires:       php-mbstring
@@ -270,6 +270,9 @@ fi
 
 
 %changelog
+* Thu Mar 25 2021 Remi Collet <remi@remirepo.net> - 5.7.27-13
+- switch to Symfony 4
+
 * Thu Mar 25 2021 Remi Collet <remi@remirepo.net> - 5.7.27-12
 - recommend using a supported version
 
-- 
cgit