From 33d8b5f94ea3de2a39f61bbbfc5f5dc5e4a7d50d Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 11 Mar 2021 07:28:16 +0100 Subject: update to 2.18.3 --- composer.json | 1 + php-cs-fixer.spec | 8 ++++++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index a6aaa91..971b425 100644 --- a/composer.json +++ b/composer.json @@ -71,6 +71,7 @@ "tests/Test/IntegrationCaseFactoryInterface.php", "tests/Test/InternalIntegrationCaseFactory.php", "tests/Test/IsIdenticalConstraint.php", + "tests/Test/TokensWithObservedTransformers.php", "tests/TestCase.php" ] }, diff --git a/php-cs-fixer.spec b/php-cs-fixer.spec index 1fe916f..c5fa71c 100644 --- a/php-cs-fixer.spec +++ b/php-cs-fixer.spec @@ -10,7 +10,7 @@ # For compatibility with SCL %undefine __brp_mangle_shebangs -%global gh_commit 18f8c9d184ba777380794a389fabc179896ba913 +%global gh_commit ab99202fccff2a9f97592fbe1b5c76dd06df3513 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) #global gh_date 20150717 %global gh_owner FriendsOfPHP @@ -26,7 +26,7 @@ %global gh_diff_short %(c=%{gh_diff_commit}; echo ${c:0:7}) Name: php-cs-fixer -Version: 2.18.2 +Version: 2.18.3 Release: 1%{?gh_date:.%{gh_date}git%{gh_short}}%{?dist} Summary: A tool to automatically fix PHP code style @@ -227,6 +227,7 @@ TESTS=" tests/Test/IntegrationCaseFactoryInterface.php tests/Test/InternalIntegrationCaseFactory.php tests/Test/IsIdenticalConstraint.php + tests/Test/TokensWithObservedTransformers.php tests/TestCase.php " for i in $TESTS; do @@ -345,6 +346,9 @@ exit $ret %changelog +* Thu Mar 11 2021 Remi Collet - 2.18.3-1 +- update to 2.18.3 + * Tue Jan 26 2021 Remi Collet - 2.18.2-1 - update to 2.18.2 -- cgit