diff options
| author | Remi Collet <remi@remirepo.net> | 2025-03-28 07:43:41 +0100 | 
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2025-03-28 07:43:41 +0100 | 
| commit | 57e5745b62a9afef544b6499af338370deabe5a7 (patch) | |
| tree | 9e5514876d989f88d6e802a174ed1b6a560cd192 | |
| parent | e80f0dd628ac7c86654613c126a00fe7ba7c21e7 (diff) | |
update to 3.74.0
| -rw-r--r-- | php-cs-fixer.spec | 9 | 
1 files changed, 6 insertions, 3 deletions
diff --git a/php-cs-fixer.spec b/php-cs-fixer.spec index 5a3c6e0..2571d29 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    ffcb8200a42045e65049af7910cfd022f631b064 +%global gh_commit    6b7cb12a6cf592fd9a2b46a2d5d4c3b44003973d  %global gh_short     %(c=%{gh_commit}; echo ${c:0:7}) -%global gh_date      2025-03-19 +%global gh_date      2025-03-27  %global gh_owner     FriendsOfPHP  %global gh_project   PHP-CS-Fixer  Name:           php-cs-fixer -Version:        3.73.1 +Version:        3.74.0  Release:        1%{?dist}  Summary:        PHP Coding Standards Fixer @@ -106,6 +106,9 @@ PHP_CS_FIXER_IGNORE_ENV=1 ./%{name} --version | grep %{version}  %changelog +* Fri Mar 28 2025 Remi Collet <remi@remirepo.net> - 3.74.0-1 +- update to 3.74.0 +  * Thu Mar 20 2025 Remi Collet <remi@remirepo.net> - 3.73.1-1  - update to 3.73.1  | 
