From 560dce44ab4539b4d1496ea3b8c2797faedaebc0 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 10 Sep 2025 12:30:25 +0200 Subject: update to 3.87.2 --- php-cs-fixer.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/php-cs-fixer.spec b/php-cs-fixer.spec index e5f4e26..14d84dd 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 2f5170365e2a422d0c5421f9c8818b2c078105f6 +%global gh_commit da5f0a7858c79b56fc0b8c36d3efcfe5f37f0992 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) -%global gh_date 2025-09-02 +%global gh_date 2025-09-10 %global gh_owner FriendsOfPHP %global gh_project PHP-CS-Fixer Name: php-cs-fixer -Version: 3.87.1 +Version: 3.87.2 Release: 1%{?dist} Summary: PHP Coding Standards Fixer @@ -106,6 +106,9 @@ PHP_CS_FIXER_IGNORE_ENV=1 ./%{name} --version | grep %{version} %changelog +* Wed Sep 10 2025 Remi Collet - 3.87.2-1 +- update to 3.87.2 + * Wed Sep 3 2025 Remi Collet - 3.87.1-1 - update to 3.87.1 -- cgit