v3.56.1
This commit is contained in:
parent
3113d2666d
commit
22ee981dfb
3 changed files with 20 additions and 16 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -111,3 +111,4 @@ clog
|
|||
/php-cs-fixer-3.52.1-6e77207.tgz
|
||||
/php-cs-fixer-3.53.0-69a1909.tgz
|
||||
/php-cs-fixer-3.54.0-2aecbc8.tgz
|
||||
/php-cs-fixer-3.56.1-69c6168.tgz
|
||||
|
|
|
|||
|
|
@ -10,14 +10,14 @@
|
|||
# For compatibility with SCL
|
||||
%undefine __brp_mangle_shebangs
|
||||
|
||||
%global gh_commit 2aecbc8640d7906c38777b3dcab6f4ca79004d08
|
||||
%global gh_commit 69c6168ae8bc96dc656c7f6c7271120a68ae5903
|
||||
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
|
||||
%global gh_date 2024-04-17
|
||||
%global gh_date 2024-05-10
|
||||
%global gh_owner FriendsOfPHP
|
||||
%global gh_project PHP-CS-Fixer
|
||||
|
||||
Name: php-cs-fixer
|
||||
Version: 3.54.0
|
||||
Version: 3.56.1
|
||||
Release: 1%{?dist}
|
||||
Summary: PHP Coding Standards Fixer
|
||||
|
||||
|
|
@ -55,27 +55,27 @@ Provides: bundled(php-sebastian-diff) = 5.1.1
|
|||
# License MIT
|
||||
Provides: bundled(php-composer-pcre) = 3.1.3
|
||||
Provides: bundled(php-composer-semver) = 3.4.0
|
||||
Provides: bundled(php-composer-xdebug-handler) = 3.0.4
|
||||
Provides: bundled(php-composer-xdebug-handler) = 3.0.5
|
||||
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-symfony-console) = v6.4.6
|
||||
Provides: bundled(php-symfony-deprecation-contracts) = v3.4.0
|
||||
Provides: bundled(php-symfony-event-dispatcher) = v6.4.3
|
||||
Provides: bundled(php-symfony-event-dispatcher-contracts) = v3.4.2
|
||||
Provides: bundled(php-symfony-filesystem) = v6.4.6
|
||||
Provides: bundled(php-symfony-finder) = v6.4.0
|
||||
Provides: bundled(php-symfony-options-resolver) = v6.4.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
|
||||
Provides: bundled(php-symfony-event-dispatcher-contracts) = v3.5.0
|
||||
Provides: bundled(php-symfony-filesystem) = v6.4.7
|
||||
Provides: bundled(php-symfony-finder) = v6.4.7
|
||||
Provides: bundled(php-symfony-options-resolver) = v6.4.7
|
||||
Provides: bundled(php-symfony-polyfill-ctype) = v1.29.0
|
||||
Provides: bundled(php-symfony-polyfill-intl-grapheme) = v1.29.0
|
||||
Provides: bundled(php-symfony-polyfill-intl-normalizer) = v1.29.0
|
||||
Provides: bundled(php-symfony-polyfill-mbstring) = v1.29.0
|
||||
Provides: bundled(php-symfony-polyfill-php80) = v1.29.0
|
||||
Provides: bundled(php-symfony-polyfill-php81) = v1.29.0
|
||||
Provides: bundled(php-symfony-process) = v6.4.4
|
||||
Provides: bundled(php-symfony-service-contracts) = v3.4.2
|
||||
Provides: bundled(php-symfony-stopwatch) = v6.4.3
|
||||
Provides: bundled(php-symfony-string) = v6.4.4
|
||||
Provides: bundled(php-symfony-process) = v6.4.7
|
||||
Provides: bundled(php-symfony-service-contracts) = v3.5.0
|
||||
Provides: bundled(php-symfony-stopwatch) = v6.4.7
|
||||
Provides: bundled(php-symfony-string) = v6.4.7
|
||||
|
||||
Provides: php-composer(friendsofphp/php-cs-fixer) = %{version}
|
||||
|
||||
|
|
@ -148,6 +148,9 @@ PHP_CS_FIXER_IGNORE_ENV=1 ./%{name} --version | grep %{version}
|
|||
|
||||
|
||||
%changelog
|
||||
* Mon May 13 2024 Remi Collet <remi@remirepo.net> - 3.56.1-1
|
||||
- update to 3.56.1
|
||||
|
||||
* Wed Apr 17 2024 Remi Collet <remi@remirepo.net> - 3.54.0-1
|
||||
- update to 3.54.0
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (php-cs-fixer-3.54.0-2aecbc8.tgz) = 89c2e5c37e19e064f83a9c82e6a8659ddb4f31416aaa44f4cda3461ef30096cbeef106c971f89100d9914ad21216950a248b4b6c04e289664deb86c0f2c14b27
|
||||
SHA512 (php-cs-fixer-3.56.1-69c6168.tgz) = 162a67a4297b2104d08f91dcc99b603bc3c430523177b8e8b46b8f4b3c39f14f466caffb7e4c9a6e15484cb5bb67c7bde5ff689243e2659208910257e87ac5b4
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue