diff options
| author | Remi Collet <remi@remirepo.net> | 2026-02-23 07:55:43 +0100 |
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2026-02-23 07:55:43 +0100 |
| commit | 48e9dae6e7acdd176f4141cfa8a15e57fff2a8b5 (patch) | |
| tree | 6d4a85e40681dfabda084b810a12480c516eed60 | |
| parent | 191034f237e263dc45c76915a8dde2d71dd638c6 (diff) | |
| -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 2c97098..64dcc45 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 d1a3634e29916367b885250e1fc4dfd5ffe3b091 +%global gh_commit 7787ceff91365ba7d623ec410b8f429cdebb4f63 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) -%global gh_date 2026-02-18 +%global gh_date 2026-02-20 %global gh_owner FriendsOfPHP %global gh_project PHP-CS-Fixer Name: php-cs-fixer -Version: 3.94.1 +Version: 3.94.2 Release: 1%{?dist} Summary: PHP Coding Standards Fixer @@ -106,6 +106,9 @@ PHP_CS_FIXER_IGNORE_ENV=1 ./%{name} --version | grep %{version} %changelog +* Mon Feb 23 2026 Remi Collet <remi@remirepo.net> - 3.94.2-1 +- update to 3.94.2 + * Wed Feb 18 2026 Remi Collet <remi@remirepo.net> - 3.94.1-1 - update to 3.94.1 |
