v3.91.3
This commit is contained in:
parent
0052f5174e
commit
d33ffb5a96
3 changed files with 8 additions and 4 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -13,3 +13,4 @@ clog
|
|||
/php-cs-fixer-3.90.0-ad732c2.tgz
|
||||
/php-cs-fixer-3.91.2-f171dc2.tgz
|
||||
/php-cs-fixer-3.91.3-9f10aa6.tgz
|
||||
/php-cs-fixer-3.92.3-2ba8f5a.tgz
|
||||
|
|
|
|||
|
|
@ -7,14 +7,14 @@
|
|||
# Please, preserve the changelog entries
|
||||
#
|
||||
|
||||
%global gh_commit 9f10aa6390cea91da175ea608880e942d7c0226e
|
||||
%global gh_commit 2ba8f5a60f6f42fb65758cfb3768434fa2d1c7e8
|
||||
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
|
||||
%global gh_date 2025-12-05
|
||||
%global gh_date 2025-12-18
|
||||
%global gh_owner FriendsOfPHP
|
||||
%global gh_project PHP-CS-Fixer
|
||||
|
||||
Name: php-cs-fixer
|
||||
Version: 3.91.3
|
||||
Version: 3.92.3
|
||||
Release: 1%{?dist}
|
||||
Summary: PHP Coding Standards Fixer
|
||||
|
||||
|
|
@ -102,6 +102,9 @@ PHP_CS_FIXER_IGNORE_ENV=1 ./%{name} --version | grep %{version}
|
|||
|
||||
|
||||
%changelog
|
||||
* Thu Dec 18 2025 Remi Collet <remi@remirepo.net> - 3.92.3-1
|
||||
- update to 3.92.3
|
||||
|
||||
* Sat Dec 6 2025 Remi Collet <remi@remirepo.net> - 3.91.3-1
|
||||
- update to 3.91.3
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (php-cs-fixer-3.91.3-9f10aa6.tgz) = 6dc2ecfc8fd0c4fe6f49c45971b1cdd4ffed191817de476345d89e2e3a43e38fd6a871ca5ff7ab1c34678478900273a167300401b3586338512e178222745694
|
||||
SHA512 (php-cs-fixer-3.92.3-2ba8f5a.tgz) = 64bebc04a7b234dfe76e12a15484cfe60e3d8406eb690917a281a9e53f8195d2c85b05d12f372d727a47f873b2720e28999d11780290f2c1bdc5419b08dd8c58
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue