diff options
author | Remi Collet <remi@remirepo.net> | 2021-03-11 07:28:16 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2021-03-11 07:28:16 +0100 |
commit | 33d8b5f94ea3de2a39f61bbbfc5f5dc5e4a7d50d (patch) | |
tree | 3d9fc11bd39a3e6ca8e4b5c7cb41d13642ceb4c1 | |
parent | fd71cb702293555a775c7d52887b14ed401996b4 (diff) |
update to 2.18.3
-rw-r--r-- | composer.json | 1 | ||||
-rw-r--r-- | 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 <remi@remirepo.net> - 2.18.3-1 +- update to 2.18.3 + * Tue Jan 26 2021 Remi Collet <remi@remirepo.net> - 2.18.2-1 - update to 2.18.2 |