From 75e5202082b0c6d1a7856162b45d76747618e58b Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 29 May 2024 10:06:10 +0200 Subject: update to 3.58.0 --- installed.json | 28 ++++++++++++++-------------- php-cs-fixer.spec | 13 ++++++++----- 2 files changed, 22 insertions(+), 19 deletions(-) diff --git a/installed.json b/installed.json index 378e931..58112fa 100644 --- a/installed.json +++ b/installed.json @@ -69,17 +69,17 @@ }, { "name": "composer/pcre", - "version": "3.1.3", - "version_normalized": "3.1.3.0", + "version": "3.1.4", + "version_normalized": "3.1.4.0", "source": { "type": "git", "url": "https://github.com/composer/pcre.git", - "reference": "5b16e25a5355f1f3afdfc2f954a0a80aec4826a8" + "reference": "04229f163664973f68f38f6f73d917799168ef24" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/composer/pcre/zipball/5b16e25a5355f1f3afdfc2f954a0a80aec4826a8", - "reference": "5b16e25a5355f1f3afdfc2f954a0a80aec4826a8", + "url": "https://api.github.com/repos/composer/pcre/zipball/04229f163664973f68f38f6f73d917799168ef24", + "reference": "04229f163664973f68f38f6f73d917799168ef24", "shasum": "" }, "require": { @@ -90,7 +90,7 @@ "phpstan/phpstan-strict-rules": "^1.1", "symfony/phpunit-bridge": "^5" }, - "time": "2024-03-19T10:26:25+00:00", + "time": "2024-05-27T13:40:54+00:00", "type": "library", "extra": { "branch-alias": { @@ -123,7 +123,7 @@ ], "support": { "issues": "https://github.com/composer/pcre/issues", - "source": "https://github.com/composer/pcre/tree/3.1.3" + "source": "https://github.com/composer/pcre/tree/3.1.4" }, "funding": [ { @@ -883,17 +883,17 @@ }, { "name": "react/promise", - "version": "v3.1.0", - "version_normalized": "3.1.0.0", + "version": "v3.2.0", + "version_normalized": "3.2.0.0", "source": { "type": "git", "url": "https://github.com/reactphp/promise.git", - "reference": "e563d55d1641de1dea9f5e84f3cccc66d2bfe02c" + "reference": "8a164643313c71354582dc850b42b33fa12a4b63" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/reactphp/promise/zipball/e563d55d1641de1dea9f5e84f3cccc66d2bfe02c", - "reference": "e563d55d1641de1dea9f5e84f3cccc66d2bfe02c", + "url": "https://api.github.com/repos/reactphp/promise/zipball/8a164643313c71354582dc850b42b33fa12a4b63", + "reference": "8a164643313c71354582dc850b42b33fa12a4b63", "shasum": "" }, "require": { @@ -903,7 +903,7 @@ "phpstan/phpstan": "1.10.39 || 1.4.10", "phpunit/phpunit": "^9.6 || ^7.5" }, - "time": "2023-11-16T16:21:57+00:00", + "time": "2024-05-24T10:39:05+00:00", "type": "library", "installation-source": "dist", "autoload": { @@ -947,7 +947,7 @@ ], "support": { "issues": "https://github.com/reactphp/promise/issues", - "source": "https://github.com/reactphp/promise/tree/v3.1.0" + "source": "https://github.com/reactphp/promise/tree/v3.2.0" }, "funding": [ { diff --git a/php-cs-fixer.spec b/php-cs-fixer.spec index 5673a18..1abf571 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 22f7f3145606df92b02fb1bd22c30abfce956d3c +%global gh_commit 55d3483c80c09f91d876aa4e2971ce349d07310c %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) -%global gh_date 2024-05-20 +%global gh_date 2024-05-28 %global gh_owner FriendsOfPHP %global gh_project PHP-CS-Fixer Name: php-cs-fixer -Version: 3.57.2 +Version: 3.58.0 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.1.3 +Provides: bundled(php-composer-pcre) = 3.1.4 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 @@ -66,7 +66,7 @@ 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-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 @@ -160,6 +160,9 @@ PHP_CS_FIXER_IGNORE_ENV=1 ./%{name} --version | grep %{version} %changelog +* Wed May 29 2024 Remi Collet - 3.58.0-1 +- update to 3.58.0 + * Wed May 22 2024 Remi Collet - 3.57.2-1 - update to 3.57.2 -- cgit