From 05534a43cef75e4a767ad93d8936caef1eb32059 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 15 Nov 2017 07:41:39 +0100 Subject: v5.7.25 --- composer.json | 2 +- php-phpunit-PHPUnit.spec | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index d055585..54d8ee5 100644 --- a/composer.json +++ b/composer.json @@ -28,7 +28,7 @@ "phpunit/php-timer": "^1.0.6", "phpunit/phpunit-mock-objects": "^3.2", "phpspec/prophecy": "^1.6.2", - "symfony/yaml": "~2.1|~3.0", + "symfony/yaml": "~2.1|~3.0|~4.0", "sebastian/comparator": "^1.2.4", "sebastian/diff": "^1.4.3", "sebastian/environment": "^1.3.4 || ^2.0", diff --git a/php-phpunit-PHPUnit.spec b/php-phpunit-PHPUnit.spec index 94473c9..fd6bfcb 100644 --- a/php-phpunit-PHPUnit.spec +++ b/php-phpunit-PHPUnit.spec @@ -8,7 +8,7 @@ # # Please, preserve the changelog entries # -%global gh_commit 78532d5269d984660080d8e0f4c99c5c2ea65ffe +%global gh_commit 4b1c822a68ae6577df38a59eb49b046712ec0f6a #global gh_date 20150927 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann @@ -17,7 +17,7 @@ %global pear_name PHPUnit %global pear_channel pear.phpunit.de %global major 5.7 -%global minor 23 +%global minor 25 %global specrel 1 Name: php-phpunit-PHPUnit @@ -246,6 +246,9 @@ fi %changelog +* Wed Nov 15 2017 Remi Collet - 5.7.25-1 +- Update to 5.7.25 + * Sun Oct 15 2017 Remi Collet - 5.7.23-1 - Update to 5.7.23 -- cgit