From 4a8f05ed0a8270af900404929637ae8beeb3c4f5 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 7 Jul 2025 12:15:28 +0200 Subject: update to 3.78.0 --- php-cs-fixer.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'php-cs-fixer.spec') diff --git a/php-cs-fixer.spec b/php-cs-fixer.spec index 485df35..f1970a3 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 0e3c484cef0ae9314b0f85986a36296087432c40 +%global gh_commit e49ed46b8f7adcc451d4cd2ed34eaae33372bc60 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) -%global gh_date 2025-06-30 +%global gh_date 2025-07-06 %global gh_owner FriendsOfPHP %global gh_project PHP-CS-Fixer Name: php-cs-fixer -Version: 3.76.0 +Version: 3.80.0 Release: 1%{?dist} Summary: PHP Coding Standards Fixer @@ -106,6 +106,9 @@ PHP_CS_FIXER_IGNORE_ENV=1 ./%{name} --version | grep %{version} %changelog +* Mon Jul 7 2025 Remi Collet - 3.78.0-1 +- update to 3.78.0 + * Tue Jul 1 2025 Remi Collet - 3.76.0-1 - update to 3.76.0 -- cgit