Author: dependabot[bot] (dependabot[bot])
Committer: GitHub (web-flow)
Pusher: dependabot[bot]
Date: 2026-07-13T15:04:52Z
Commit: composer(deps-dev): bump friendsofphp/php-cs-fixer · php/web-php@9793c01 · GitHub
Raw diff: https://github.com/php/web-php/commit/9793c01bfeb0bc230aa56b33fe4e2011882d3385.diff
composer(deps-dev): bump friendsofphp/php-cs-fixer
Bumps [friendsofphp/php-cs-fixer](GitHub - PHP-CS-Fixer/PHP-CS-Fixer: A tool to automatically fix PHP Coding Standards issues · GitHub) from 3.95.11 to 3.95.13.
- [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.95.11...v3.95.13 · PHP-CS-Fixer/PHP-CS-Fixer · GitHub)
---
updated-dependencies:
- dependency-name: friendsofphp/php-cs-fixer
dependency-version: 3.95.13
dependency-type: direct:development
update-type: version-update:semver-patch
...
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 b035a2865c..73f25ba11b 100644
--- a/composer.json
+++ b/composer.json
@@ -12,7 +12,7 @@
},
"require-dev": {
"ext-curl": "*",
- "friendsofphp/php-cs-fixer": "^3.95.11",
+ "friendsofphp/php-cs-fixer": "^3.95.13",
"phpstan/extension-installer": "^1.4",
"phpstan/phpstan": "^2.2",
"phpstan/phpstan-phpunit": "^2.0",
diff --git a/composer.lock b/composer.lock
index 6978751462..f4aec5f3c3 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": "e14abd31e7a2ad2a15ca5a7b79a6fbb7",
+ "content-hash": "3a6e0aeeb577dcfd7c8c134e6cbd2050",
"packages": [],
"packages-dev": [
{
@@ -469,16 +469,16 @@
},
{
"name": "friendsofphp/php-cs-fixer",
- "version": "v3.95.11",
+ "version": "v3.95.13",
"source": {
"type": "git",
"url": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer.git",
- "reference": "35f98e1293283397824d7f349ce5afb8747c3cd5"
+ "reference": "ea941114a002eb5e5876f190223deec1066c482c"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/PHP-CS-Fixer/PHP-CS-Fixer/zipball/35f98e1293283397824d7f349ce5afb8747c3cd5",
- "reference": "35f98e1293283397824d7f349ce5afb8747c3cd5",
+ "url": "https://api.github.com/repos/PHP-CS-Fixer/PHP-CS-Fixer/zipball/ea941114a002eb5e5876f190223deec1066c482c",
+ "reference": "ea941114a002eb5e5876f190223deec1066c482c",
"shasum": ""
},
"require": {
@@ -518,7 +518,7 @@
"php-coveralls/php-coveralls": "^2.9.1",
"php-cs-fixer/phpunit-constraint-isidenticalstring": "^1.8",
"php-cs-fixer/phpunit-constraint-xmlmatchesxsd": "^1.8",
- "phpunit/phpunit": "^9.6.34 || ^10.5.63 || ^11.5.55",
+ "phpunit/phpunit": "^9.6.35 || ^10.5.64 || ^11.5.56",
"symfony/polyfill-php85": "^1.38",
"symfony/var-dumper": "^5.4.48 || ^6.4.36 || ^7.4.8 || ^8.1.0",
"symfony/yaml": "^5.4.53 || ^6.4.41 || ^7.4.13 || ^8.1.0"
@@ -562,7 +562,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.95.11"
+ "source": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/tree/v3.95.13"
},
"funding": [
{
@@ -570,7 +570,7 @@
"type": "github"
}
],
- "time": "2026-06-25T14:17:04+00:00"
+ "time": "2026-07-10T09:23:21+00:00"
},
{
"name": "myclabs/deep-copy",