Author: dependabot[bot] (dependabot[bot])
Committer: GitHub (web-flow)
Pusher: saundefined
Date: 2025-03-17T19:50:56+03:00
Commit: composer(deps-dev): bump friendsofphp/php-cs-fixer from 3.71.0 to 3.7… · php/web-php@b9ed9ce · GitHub
Raw diff: https://github.com/php/web-php/commit/b9ed9ce0421c43b5c8cb7533b996b21751ee563d.diff
composer(deps-dev): bump friendsofphp/php-cs-fixer from 3.71.0 to 3.72.0 (#1246)
Bumps [friendsofphp/php-cs-fixer](GitHub - PHP-CS-Fixer/PHP-CS-Fixer: A tool to automatically fix PHP Coding Standards issues) from 3.71.0 to 3.72.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.71.0...v3.72.0 · 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>
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 c56928b92c..5293a53807 100644
--- a/composer.json
+++ b/composer.json
@@ -12,7 +12,7 @@
},
"require-dev": {
"ext-curl": "*",
- "friendsofphp/php-cs-fixer": "^3.71.0",
+ "friendsofphp/php-cs-fixer": "^3.72.0",
"phpunit/phpunit": "^11.5.6"
},
"autoload": {
diff --git a/composer.lock b/composer.lock
index 0d8459f2e2..2abfda9b7e 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": "8d0f26e127c02515387d68d8f2ba56c1",
+ "content-hash": "253f1d8d1eb88ceddf03178b1d75e345",
"packages": ,
"packages-dev": [
{
@@ -407,16 +407,16 @@
},
{
"name": "friendsofphp/php-cs-fixer",
- "version": "v3.71.0",
+ "version": "v3.72.0",
"source": {
"type": "git",
"url": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer.git",
- "reference": "3825ffdc69501e1c9230291b79f036a0c0d8749d"
+ "reference": "900389362c43d116fee1ffc51f7878145fa61b57"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/PHP-CS-Fixer/PHP-CS-Fixer/zipball/3825ffdc69501e1c9230291b79f036a0c0d8749d",
- "reference": "3825ffdc69501e1c9230291b79f036a0c0d8749d",
+ "url": "https://api.github.com/repos/PHP-CS-Fixer/PHP-CS-Fixer/zipball/900389362c43d116fee1ffc51f7878145fa61b57",
+ "reference": "900389362c43d116fee1ffc51f7878145fa61b57",
"shasum": ""
},
"require": {
@@ -446,18 +446,18 @@
"symfony/stopwatch": "^5.4 || ^6.4 || ^7.0"
},
"require-dev": {
- "facile-it/paraunit": "^1.3.1 || ^2.5",
- "infection/infection": "^0.29.10",
- "justinrainbow/json-schema": "^5.3 || ^6.0",
+ "facile-it/paraunit": "^1.3.1 || ^2.6",
+ "infection/infection": "^0.29.14",
+ "justinrainbow/json-schema": "^5.3 || ^6.2",
"keradus/cli-executor": "^2.1",
"mikey179/vfsstream": "^1.6.12",
"php-coveralls/php-coveralls": "^2.7",
"php-cs-fixer/accessible-object": "^1.1",
"php-cs-fixer/phpunit-constraint-isidenticalstring": "^1.6",
"php-cs-fixer/phpunit-constraint-xmlmatchesxsd": "^1.6",
- "phpunit/phpunit": "^9.6.22 || ^10.5.45 || ^11.5.7",
- "symfony/var-dumper": "^5.4.48 || ^6.4.18 || ^7.2.0",
- "symfony/yaml": "^5.4.45 || ^6.4.18 || ^7.2.0"
+ "phpunit/phpunit": "^9.6.22 || ^10.5.45 || ^11.5.12",
+ "symfony/var-dumper": "^5.4.48 || ^6.4.18 || ^7.2.3",
+ "symfony/yaml": "^5.4.45 || ^6.4.18 || ^7.2.3"
},
"suggest": {
"ext-dom": "For handling output formats in XML",
@@ -498,7 +498,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.71.0"
+ "source": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/tree/v3.72.0"
},
"funding": [
{
@@ -506,7 +506,7 @@
"type": "github"
}
],
- "time": "2025-03-07T23:06:56+00:00"
+ "time": "2025-03-13T11:25:37+00:00"
},
{
"name": "myclabs/deep-copy",