diff options
| -rw-r--r-- | composer.json | 5 | ||||
| -rw-r--r-- | php-cs-fixer.spec | 9 |
2 files changed, 10 insertions, 4 deletions
diff --git a/composer.json b/composer.json index e63546e..37440a3 100644 --- a/composer.json +++ b/composer.json @@ -109,7 +109,10 @@ ], "docs": "@php dev-tools/php-cs-fixer-internal docs", "infection": "@test:mutation", - "install-tools": "./dev-tools/install.sh", + "install-tools": [ + "./dev-tools/install.sh", + "@composer install --working-dir=dev-tools" + ], "internal": "@php dev-tools/php-cs-fixer-internal", "mess-detector": "@php dev-tools/vendor/bin/phpmd . ansi dev-tools/mess-detector/phpmd.xml --exclude vendor/*,dev-tools/vendor/*,dev-tools/phpstan/*,tests/Fixtures/*", "normalize": [ diff --git a/php-cs-fixer.spec b/php-cs-fixer.spec index 4688980..2c97098 100644 --- a/php-cs-fixer.spec +++ b/php-cs-fixer.spec @@ -11,14 +11,14 @@ # For compatibility with SCL %undefine __brp_mangle_shebangs -%global gh_commit 883b20fb38c7866de9844ab6d0a205c423bde2d4 +%global gh_commit d1a3634e29916367b885250e1fc4dfd5ffe3b091 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) -%global gh_date 2026-02-11 +%global gh_date 2026-02-18 %global gh_owner FriendsOfPHP %global gh_project PHP-CS-Fixer Name: php-cs-fixer -Version: 3.94.0 +Version: 3.94.1 Release: 1%{?dist} Summary: PHP Coding Standards Fixer @@ -106,6 +106,9 @@ PHP_CS_FIXER_IGNORE_ENV=1 ./%{name} --version | grep %{version} %changelog +* Wed Feb 18 2026 Remi Collet <remi@remirepo.net> - 3.94.1-1 +- update to 3.94.1 + * Thu Feb 12 2026 Remi Collet <remi@remirepo.net> - 3.94.0-1 - update to 3.94.0 |
