Author: dependabot[bot] (dependabot[bot])
Committer: GitHub (web-flow)
Pusher: dependabot[bot]
Date: 2025-03-24T17:46:09Z
Commit: composer(deps-dev): bump friendsofphp/php-cs-fixer from 3.72.0 to 3.73.1 · php/web-php@ff6c841 · GitHub
Raw diff: https://github.com/php/web-php/commit/ff6c841a938fa6686eeaa0c65d24d87be331f78e.diff
composer(deps-dev): bump friendsofphp/php-cs-fixer from 3.72.0 to 3.73.1
Bumps [friendsofphp/php-cs-fixer](GitHub - PHP-CS-Fixer/PHP-CS-Fixer: A tool to automatically fix PHP Coding Standards issues) from 3.72.0 to 3.73.1.
- [Release notes](Releases · PHP-CS-Fixer/PHP-CS-Fixer · GitHub)
- [Changelog](PHP-CS-Fixer/CHANGELOG.md at master · PHP-CS-Fixer/PHP-CS-Fixer · GitHub)
- [Commits](Comparing v3.72.0...v3.73.1 · PHP-CS-Fixer/PHP-CS-Fixer · GitHub)
---
updated-dependencies:
- dependency-name: friendsofphp/php-cs-fixer
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Changed paths:
M composer.json
M composer.lock
Diff:
diff --git a/composer.json b/composer.json
index 5293a53807..5b52d631cc 100644
--- a/composer.json
+++ b/composer.json
@@ -12,7 +12,7 @@
},
"require-dev": {
"ext-curl": "*",
- "friendsofphp/php-cs-fixer": "^3.72.0",
+ "friendsofphp/php-cs-fixer": "^3.73.1",
"phpunit/phpunit": "^11.5.6"
},
"autoload": {
diff --git a/composer.lock b/composer.lock
index 2abfda9b7e..33693280ee 100644
--- a/composer.lock
+++ b/composer.lock
@@ -4,7 +4,7 @@
"Read more about it at Basic usage - Composer,
"This file is @generated automatically"
],
- "content-hash": "253f1d8d1eb88ceddf03178b1d75e345",
+ "content-hash": "8b6e05486ccc2bf1507972db763d135e",
"packages": ,
"packages-dev": [
{
@@ -407,16 +407,16 @@
},
{
"name": "friendsofphp/php-cs-fixer",
- "version": "v3.72.0",
+ "version": "v3.73.1",
"source": {
"type": "git",
"url": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer.git",
- "reference": "900389362c43d116fee1ffc51f7878145fa61b57"
+ "reference": "ffcb8200a42045e65049af7910cfd022f631b064"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/PHP-CS-Fixer/PHP-CS-Fixer/zipball/900389362c43d116fee1ffc51f7878145fa61b57",
- "reference": "900389362c43d116fee1ffc51f7878145fa61b57",
+ "url": "https://api.github.com/repos/PHP-CS-Fixer/PHP-CS-Fixer/zipball/ffcb8200a42045e65049af7910cfd022f631b064",
+ "reference": "ffcb8200a42045e65049af7910cfd022f631b064",
"shasum": ""
},
"require": {
@@ -424,6 +424,7 @@
"composer/semver": "^3.4",
"composer/xdebug-handler": "^3.0.3",
"ext-filter": "*",
+ "ext-hash": "*",
"ext-json": "*",
"ext-tokenizer": "*",
"fidry/cpu-core-counter": "^1.2",
@@ -498,7 +499,7 @@
],
"support": {
"issues": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues",
- "source": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/tree/v3.72.0"
+ "source": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/tree/v3.73.1"
},
"funding": [
{
@@ -506,7 +507,7 @@
"type": "github"
}
],
- "time": "2025-03-13T11:25:37+00:00"
+ "time": "2025-03-19T23:42:16+00:00"
},
{
"name": "myclabs/deep-copy",