diff options
Diffstat (limited to 'php-cs-fixer.spec')
-rw-r--r-- | php-cs-fixer.spec | 41 |
1 files changed, 22 insertions, 19 deletions
diff --git a/php-cs-fixer.spec b/php-cs-fixer.spec index a636389..d1b12e3 100644 --- a/php-cs-fixer.spec +++ b/php-cs-fixer.spec @@ -10,14 +10,14 @@ # For compatibility with SCL %undefine __brp_mangle_shebangs -%global gh_commit 04e9424025677a86914b9a4944dbbf4060bb0aff +%global gh_commit 30ba9ecc2b0e5205e578fe29973c15653d9bfd29 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) -%global gh_date 2024-05-29 +%global gh_date 2024-06-16 %global gh_owner FriendsOfPHP %global gh_project PHP-CS-Fixer Name: php-cs-fixer -Version: 3.58.1 +Version: 3.59.3 Release: 1%{?dist} Summary: PHP Coding Standards Fixer @@ -64,28 +64,28 @@ 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-dns) = v1.13.0 Provides: bundled(php-react-event-loop) = v1.5.0 Provides: bundled(php-react-promise) = v3.2.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-react-stream) = v1.4.0 +Provides: bundled(php-symfony-console) = v6.4.9 Provides: bundled(php-symfony-deprecation-contracts) = v3.5.0 -Provides: bundled(php-symfony-event-dispatcher) = v6.4.7 +Provides: bundled(php-symfony-event-dispatcher) = v6.4.8 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.7 +Provides: bundled(php-symfony-filesystem) = v6.4.9 +Provides: bundled(php-symfony-finder) = v6.4.8 +Provides: bundled(php-symfony-options-resolver) = v6.4.8 +Provides: bundled(php-symfony-polyfill-ctype) = v1.30.0 +Provides: bundled(php-symfony-polyfill-intl-grapheme) = v1.30.0 +Provides: bundled(php-symfony-polyfill-intl-normalizer) = v1.30.0 +Provides: bundled(php-symfony-polyfill-mbstring) = v1.30.0 +Provides: bundled(php-symfony-polyfill-php80) = v1.30.0 +Provides: bundled(php-symfony-polyfill-php81) = v1.30.0 +Provides: bundled(php-symfony-process) = v6.4.8 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: bundled(php-symfony-stopwatch) = v6.4.8 +Provides: bundled(php-symfony-string) = v6.4.9 Provides: php-composer(friendsofphp/php-cs-fixer) = %{version} @@ -160,6 +160,9 @@ PHP_CS_FIXER_IGNORE_ENV=1 ./%{name} --version | grep %{version} %changelog +* Tue Jul 2 2024 Remi Collet <remi@remirepo.net> - 3.59.3-1 +- update to 3.59.3 + * Thu May 30 2024 Remi Collet <remi@remirepo.net> - 3.58.1-1 - update to 3.58.1 |