From bc5b5e87ac551e0ebfd7b910c30639690267fc9e Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 31 Jul 2024 11:31:04 +0200 Subject: update to 3.61.0 --- php-cs-fixer.spec | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) (limited to 'php-cs-fixer.spec') diff --git a/php-cs-fixer.spec b/php-cs-fixer.spec index 2cdae8b..9234c87 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 e595e4e070d17c5d42ed8c4206f630fcc5f401a4 +%global gh_commit 737a24b6d531db9c034ac97524ac3a3bde0c20c0 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) -%global gh_date 2024-07-25 +%global gh_date 2024-07-31 %global gh_owner FriendsOfPHP %global gh_project PHP-CS-Fixer Name: php-cs-fixer -Version: 3.60.0 +Version: 3.61.0 Release: 1%{?dist} Summary: PHP Coding Standards Fixer @@ -67,14 +67,14 @@ Provides: bundled(php-react-child-process) = v0.6.5 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-socket) = v1.16.0 Provides: bundled(php-react-stream) = v1.4.0 -Provides: bundled(php-symfony-console) = v6.4.9 +Provides: bundled(php-symfony-console) = v6.4.10 Provides: bundled(php-symfony-deprecation-contracts) = v3.5.0 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.9 -Provides: bundled(php-symfony-finder) = v6.4.8 +Provides: bundled(php-symfony-finder) = v6.4.10 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 @@ -85,7 +85,7 @@ 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.8 -Provides: bundled(php-symfony-string) = v6.4.9 +Provides: bundled(php-symfony-string) = v6.4.10 Provides: php-composer(friendsofphp/php-cs-fixer) = %{version} @@ -158,6 +158,9 @@ PHP_CS_FIXER_IGNORE_ENV=1 ./%{name} --version | grep %{version} %changelog +* Wed Jul 31 2024 Remi Collet - 3.61.0-1 +- update to 3.61.0 + * Thu Jul 25 2024 Remi Collet - 3.60.0-1 - update to 3.60.0 -- cgit