Author: dependabot[bot] (dependabot[bot])
Committer: GitHub (web-flow)
Pusher: saundefined
Date: 2025-07-08T00:14:12+03:00
Commit: composer(deps-dev): bump friendsofphp/php-cs-fixer from 3.76.0 to 3.8… · php/web-php@522c73a · GitHub
Raw diff: https://github.com/php/web-php/commit/522c73a195cd818dbe65f1f038831e00f66e253e.diff
composer(deps-dev): bump friendsofphp/php-cs-fixer from 3.76.0 to 3.81.0 (#1289)
Bumps [friendsofphp/php-cs-fixer](GitHub - PHP-CS-Fixer/PHP-CS-Fixer: A tool to automatically fix PHP Coding Standards issues) from 3.76.0 to 3.81.0.
- [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.76.0...v3.81.0 · PHP-CS-Fixer/PHP-CS-Fixer · GitHub)
---
updated-dependencies:
- dependency-name: friendsofphp/php-cs-fixer
dependency-version: 3.81.0
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Changed paths:
M composer.json
M composer.lock
Diff:
diff --git a/composer.json b/composer.json
index 144a90d86a..545cb5f1a7 100644
--- a/composer.json
+++ b/composer.json
@@ -12,7 +12,7 @@
},
"require-dev": {
"ext-curl": "*",
- "friendsofphp/php-cs-fixer": "^3.76.0",
+ "friendsofphp/php-cs-fixer": "^3.81.0",
"phpunit/phpunit": "^11.5.6"
},
"autoload": {
diff --git a/composer.lock b/composer.lock
index e9cdceed7d..8cd8ca59c4 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": "52f0f427f21f56dd8ae153ff8c4d71d2",
+ "content-hash": "6ac03d5435f6453a5ef2e97a179e3754",
"packages": ,
"packages-dev": [
{
@@ -407,16 +407,16 @@
},
{
"name": "friendsofphp/php-cs-fixer",
- "version": "v3.76.0",
+ "version": "v3.81.0",
"source": {
"type": "git",
"url": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer.git",
- "reference": "0e3c484cef0ae9314b0f85986a36296087432c40"
+ "reference": "e00a39c729aced6c3771b9530c6e58c2efa87592"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/PHP-CS-Fixer/PHP-CS-Fixer/zipball/0e3c484cef0ae9314b0f85986a36296087432c40",
- "reference": "0e3c484cef0ae9314b0f85986a36296087432c40",
+ "url": "https://api.github.com/repos/PHP-CS-Fixer/PHP-CS-Fixer/zipball/e00a39c729aced6c3771b9530c6e58c2efa87592",
+ "reference": "e00a39c729aced6c3771b9530c6e58c2efa87592",
"shasum": ""
},
"require": {
@@ -500,7 +500,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.76.0"
+ "source": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/tree/v3.81.0"
},
"funding": [
{
@@ -508,7 +508,7 @@
"type": "github"
}
],
- "time": "2025-06-30T14:15:06+00:00"
+ "time": "2025-07-07T15:27:54+00:00"
},
{
"name": "myclabs/deep-copy",