v3.57.2
This commit is contained in:
parent
22ee981dfb
commit
12c8d7fa77
3 changed files with 18 additions and 4 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -112,3 +112,4 @@ clog
|
|||
/php-cs-fixer-3.53.0-69a1909.tgz
|
||||
/php-cs-fixer-3.54.0-2aecbc8.tgz
|
||||
/php-cs-fixer-3.56.1-69c6168.tgz
|
||||
/php-cs-fixer-3.57.2-22f7f31.tgz
|
||||
|
|
|
|||
|
|
@ -10,14 +10,14 @@
|
|||
# For compatibility with SCL
|
||||
%undefine __brp_mangle_shebangs
|
||||
|
||||
%global gh_commit 69c6168ae8bc96dc656c7f6c7271120a68ae5903
|
||||
%global gh_commit 22f7f3145606df92b02fb1bd22c30abfce956d3c
|
||||
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
|
||||
%global gh_date 2024-05-10
|
||||
%global gh_date 2024-05-20
|
||||
%global gh_owner FriendsOfPHP
|
||||
%global gh_project PHP-CS-Fixer
|
||||
|
||||
Name: php-cs-fixer
|
||||
Version: 3.56.1
|
||||
Version: 3.57.2
|
||||
Release: 1%{?dist}
|
||||
Summary: PHP Coding Standards Fixer
|
||||
|
||||
|
|
@ -53,12 +53,22 @@ Provides: php-cs-fixer3 = %{version}
|
|||
# License BSD-3-Clause
|
||||
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.1.3
|
||||
Provides: bundled(php-composer-semver) = 3.4.0
|
||||
Provides: bundled(php-composer-xdebug-handler) = 3.0.5
|
||||
Provides: bundled(php-evenement-evenement) = v3.0.2
|
||||
Provides: bundled(php-fidry-cpu-core-counter) = 1.1.0
|
||||
Provides: bundled(php-psr-container) = 2.0.2
|
||||
Provides: bundled(php-psr-event-dispatcher) = 1.0.0
|
||||
Provides: bundled(php-psr-log) = 2.0.0
|
||||
Provides: bundled(php-react-cache) = v1.2.0
|
||||
Provides: bundled(php-react-child-process) = v0.6.5
|
||||
Provides: bundled(php-react-dns) = v1.12.0
|
||||
Provides: bundled(php-react-event-loop) = v1.5.0
|
||||
Provides: bundled(php-react-promise) = v3.1.0
|
||||
Provides: bundled(php-react-socket) = v1.15.0
|
||||
Provides: bundled(php-react-stream) = v1.3.0
|
||||
Provides: bundled(php-symfony-console) = v6.4.7
|
||||
Provides: bundled(php-symfony-deprecation-contracts) = v3.5.0
|
||||
Provides: bundled(php-symfony-event-dispatcher) = v6.4.7
|
||||
|
|
@ -148,6 +158,9 @@ PHP_CS_FIXER_IGNORE_ENV=1 ./%{name} --version | grep %{version}
|
|||
|
||||
|
||||
%changelog
|
||||
* Wed May 22 2024 Remi Collet <remi@remirepo.net> - 3.57.2-1
|
||||
- update to 3.57.2
|
||||
|
||||
* Mon May 13 2024 Remi Collet <remi@remirepo.net> - 3.56.1-1
|
||||
- update to 3.56.1
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (php-cs-fixer-3.56.1-69c6168.tgz) = 162a67a4297b2104d08f91dcc99b603bc3c430523177b8e8b46b8f4b3c39f14f466caffb7e4c9a6e15484cb5bb67c7bde5ff689243e2659208910257e87ac5b4
|
||||
SHA512 (php-cs-fixer-3.57.2-22f7f31.tgz) = c129a51430c248332c235bcb6b5879f3077d49b1ba1d2d55eb454ac3f7480b82c62f12e253a2190b7248396a6a508af723c27189ce6d5535ab1bacd77bd87e7f
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue