Author: dependabot[bot] (dependabot[bot])
Committer: GitHub (web-flow)
Pusher: saundefined
Date: 2025-02-03T20:34:40+03:00
Commit: composer(deps-dev): bump friendsofphp/php-cs-fixer from 3.68.2 to 3.6… · php/web-php@746540a · GitHub
Raw diff: https://github.com/php/web-php/commit/746540af01ffe496b9cab40e93461037f20ddd9d.diff
composer(deps-dev): bump friendsofphp/php-cs-fixer from 3.68.2 to 3.68.5 (#1221)
Bumps [friendsofphp/php-cs-fixer](GitHub - PHP-CS-Fixer/PHP-CS-Fixer: A tool to automatically fix PHP Coding Standards issues) from 3.68.2 to 3.68.5.
- [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.68.2...v3.68.5 · PHP-CS-Fixer/PHP-CS-Fixer · GitHub)
---
updated-dependencies:
- dependency-name: friendsofphp/php-cs-fixer
dependency-type: direct:development
update-type: version-update:semver-patch
...
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 7ad8102ff8..a71f93b637 100644
--- a/composer.json
+++ b/composer.json
@@ -12,7 +12,7 @@
},
"require-dev": {
"ext-curl": "*",
- "friendsofphp/php-cs-fixer": "^3.68.2",
+ "friendsofphp/php-cs-fixer": "^3.68.5",
"phpunit/phpunit": "^11.5.6"
},
"autoload": {
diff --git a/composer.lock b/composer.lock
index 83e37531f3..28f80d004f 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": "c13bfef1a37beb5b145b5f3989042ccd",
+ "content-hash": "8cebe2112f406947cf228795ca3a8ebd",
"packages": ,
"packages-dev": [
{
@@ -407,16 +407,16 @@
},
{
"name": "friendsofphp/php-cs-fixer",
- "version": "v3.68.2",
+ "version": "v3.68.5",
"source": {
"type": "git",
"url": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer.git",
- "reference": "c79f14537b385caf298e019b568e657924c6e138"
+ "reference": "7bedb718b633355272428c60736dc97fb96daf27"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/PHP-CS-Fixer/PHP-CS-Fixer/zipball/c79f14537b385caf298e019b568e657924c6e138",
- "reference": "c79f14537b385caf298e019b568e657924c6e138",
+ "url": "https://api.github.com/repos/PHP-CS-Fixer/PHP-CS-Fixer/zipball/7bedb718b633355272428c60736dc97fb96daf27",
+ "reference": "7bedb718b633355272428c60736dc97fb96daf27",
"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.68.2"
+ "source": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/tree/v3.68.5"
},
"funding": [
{
@@ -506,7 +506,7 @@
"type": "github"
}
],
- "time": "2025-01-27T14:19:43+00:00"
+ "time": "2025-01-30T17:00:50+00:00"
},
{
"name": "myclabs/deep-copy",