diff options
author | Remi Collet <remi@remirepo.net> | 2025-07-15 07:14:17 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2025-07-15 07:14:17 +0200 |
commit | 42c61b8e7850a9035cd946c72475b63836cf58f4 (patch) | |
tree | 388b5031ffe24ba7a43b445dad4ac236ea8ba370 | |
parent | 507fd1bfac3260646d1ae675ab2fb76ee2e18e0f (diff) |
update to 3.83.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 f035630..5e60793 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 684ed3ab41008a2a4848de8bde17eb168c596247 +%global gh_commit b83916e79a6386a1ec43fdd72391aeb13b63282f %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) -%global gh_date 2025-07-08 +%global gh_date 2025-07-14 %global gh_owner FriendsOfPHP %global gh_project PHP-CS-Fixer Name: php-cs-fixer -Version: 3.82.2 +Version: 3.83.0 Release: 1%{?dist} Summary: PHP Coding Standards Fixer @@ -106,6 +106,9 @@ PHP_CS_FIXER_IGNORE_ENV=1 ./%{name} --version | grep %{version} %changelog +* Tue Jul 15 2025 Remi Collet <remi@remirepo.net> - 3.83.0-1 +- update to 3.83.0 + * Wed Jul 9 2025 Remi Collet <remi@remirepo.net> - 3.82.2-1 - update to 3.82.2 |