v3.63.1
This commit is contained in:
parent
a89da16e2f
commit
ca4de970cd
3 changed files with 9 additions and 5 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -119,3 +119,4 @@ clog
|
|||
/php-cs-fixer-3.60.0-e595e4e.tgz
|
||||
/php-cs-fixer-3.61.1-94a8718.tgz
|
||||
/php-cs-fixer-3.62.0-627692f.tgz
|
||||
/php-cs-fixer-3.63.1-ee3cc2e.tgz
|
||||
|
|
|
|||
|
|
@ -10,14 +10,14 @@
|
|||
# For compatibility with SCL
|
||||
%undefine __brp_mangle_shebangs
|
||||
|
||||
%global gh_commit 627692f794d35c43483f34b01d94740df2a73507
|
||||
%global gh_commit ee3cc2e1fbfbddf98c17d4615db574a2a311c1ea
|
||||
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
|
||||
%global gh_date 2024-08-08
|
||||
%global gh_date 2024-08-27
|
||||
%global gh_owner FriendsOfPHP
|
||||
%global gh_project PHP-CS-Fixer
|
||||
|
||||
Name: php-cs-fixer
|
||||
Version: 3.62.0
|
||||
Version: 3.63.1
|
||||
Release: 1%{?dist}
|
||||
Summary: PHP Coding Standards Fixer
|
||||
|
||||
|
|
@ -54,7 +54,7 @@ Provides: php-cs-fixer3 = %{version}
|
|||
Provides: bundled(php-sebastian-diff) = 5.1.1
|
||||
# License MIT
|
||||
Provides: bundled(php-clue-ndjson-react) = v1.3.0
|
||||
Provides: bundled(php-composer-pcre) = 3.2.0
|
||||
Provides: bundled(php-composer-pcre) = 3.3.0
|
||||
Provides: bundled(php-composer-semver) = 3.4.2
|
||||
Provides: bundled(php-composer-xdebug-handler) = 3.0.5
|
||||
Provides: bundled(php-evenement-evenement) = v3.0.2
|
||||
|
|
@ -158,6 +158,9 @@ PHP_CS_FIXER_IGNORE_ENV=1 ./%{name} --version | grep %{version}
|
|||
|
||||
|
||||
%changelog
|
||||
* Tue Aug 27 2024 Remi Collet <remi@remirepo.net> - 3.63.1-1
|
||||
- update to 3.63.1
|
||||
|
||||
* Thu Aug 8 2024 Remi Collet <remi@remirepo.net> - 3.62.0-1
|
||||
- update to 3.62.0
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (php-cs-fixer-3.62.0-627692f.tgz) = 1a7d5365158817674e7e9b0e6f15161d5c2d99b39d385878af21d010808cb2fa18cabfc437613a9f8e80fe435ae89414884e2c3bffd16d821847a36d1ce8ebd8
|
||||
SHA512 (php-cs-fixer-3.63.1-ee3cc2e.tgz) = 1a9bae83299a26c0f8a4fdecd0e28e20eb860197d419f97cfb6c7be2394db64af7867b059a8ad2798468fc09c4423d51bc37031c58215dc9d1e1d403d5dcc5fd
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue