From ee272bbaf4958c1f8e5f92f1bfc68fa88b7e08ec Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 16 Dec 2025 08:04:07 +0100 Subject: update to 3.92.1 --- composer.json | 1 + php-cs-fixer.spec | 9 ++++++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 87fcea4..99925dd 100644 --- a/composer.json +++ b/composer.json @@ -56,6 +56,7 @@ "php-cs-fixer/phpunit-constraint-isidenticalstring": "^1.6", "php-cs-fixer/phpunit-constraint-xmlmatchesxsd": "^1.6", "phpunit/phpunit": "^9.6.25 || ^10.5.53 || ^11.5.34", + "symfony/polyfill-php85": "^1.33", "symfony/var-dumper": "^5.4.48 || ^6.4.24 || ^7.3.2 || ^8.0", "symfony/yaml": "^5.4.45 || ^6.4.24 || ^7.3.2 || ^8.0" }, diff --git a/php-cs-fixer.spec b/php-cs-fixer.spec index 06eee18..a028307 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 5646c2cd99b7cb4b658ff681fe27069ba86c7280 +%global gh_commit ed33ad03313a019533ba065eba6c86af0a382873 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) -%global gh_date 2025-12-12 +%global gh_date 2025-12-15 %global gh_owner FriendsOfPHP %global gh_project PHP-CS-Fixer Name: php-cs-fixer -Version: 3.92.0 +Version: 3.92.1 Release: 1%{?dist} Summary: PHP Coding Standards Fixer @@ -106,6 +106,9 @@ PHP_CS_FIXER_IGNORE_ENV=1 ./%{name} --version | grep %{version} %changelog +* Tue Dec 16 2025 Remi Collet - 3.92.1-1 +- update to 3.92.1 + * Fri Dec 12 2025 Remi Collet - 3.92.0-1 - update to 3.92.0 -- cgit