Author: dependabot[bot] (dependabot[bot])
Committer: GitHub (web-flow)
Pusher: dependabot[bot]
Date: 2025-01-13T18:23:28Z
Commit: composer(deps-dev): bump friendsofphp/php-cs-fixer from 3.66.1 to 3.68.0 · php/web-php@a747cd4 · GitHub
Raw diff: https://github.com/php/web-php/commit/a747cd4a4f4d07f06cbc44a99dca6cec6ff13ebf.diff
composer(deps-dev): bump friendsofphp/php-cs-fixer from 3.66.1 to 3.68.0
Bumps [friendsofphp/php-cs-fixer](GitHub - PHP-CS-Fixer/PHP-CS-Fixer: A tool to automatically fix PHP Coding Standards issues) from 3.66.1 to 3.68.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.66.1...v3.68.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>
Changed paths:
M composer.json
M composer.lock
Diff:
diff --git a/composer.json b/composer.json
index 3ddfbe9ed2..5c783d4545 100644
--- a/composer.json
+++ b/composer.json
@@ -12,7 +12,7 @@
},
"require-dev": {
"ext-curl": "*",
- "friendsofphp/php-cs-fixer": "^3.66.1",
+ "friendsofphp/php-cs-fixer": "^3.68.0",
"phpunit/phpunit": "^11.5.3"
},
"autoload": {
diff --git a/composer.lock b/composer.lock
index 4a21e2e76d..2dbade643a 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": "7b51d2e6f675449339c108b3dd2bf0c0",
+ "content-hash": "0c55d455cf704512651e15ee9752beb3",
"packages": ,
"packages-dev": [
{
@@ -407,16 +407,16 @@
},
{
"name": "friendsofphp/php-cs-fixer",
- "version": "v3.66.1",
+ "version": "v3.68.0",
"source": {
"type": "git",
"url": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer.git",
- "reference": "cde186799d8e92960c5a00c96e6214bf7f5547a9"
+ "reference": "73f78d8b2b34a0dd65fedb434a602ee4c2c8ad4c"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/PHP-CS-Fixer/PHP-CS-Fixer/zipball/cde186799d8e92960c5a00c96e6214bf7f5547a9",
- "reference": "cde186799d8e92960c5a00c96e6214bf7f5547a9",
+ "url": "https://api.github.com/repos/PHP-CS-Fixer/PHP-CS-Fixer/zipball/73f78d8b2b34a0dd65fedb434a602ee4c2c8ad4c",
+ "reference": "73f78d8b2b34a0dd65fedb434a602ee4c2c8ad4c",
"shasum": ""
},
"require": {
@@ -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.66.1"
+ "source": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/tree/v3.68.0"
},
"funding": [
{
@@ -506,7 +506,7 @@
"type": "github"
}
],
- "time": "2025-01-05T14:43:25+00:00"
+ "time": "2025-01-13T17:01:01+00:00"
},
{
"name": "myclabs/deep-copy",