Update dependency friendsofphp/php-cs-fixer to v3.68.1
Some checks failed
CI Pipeline / install (pull_request) Failing after 7s
CI Pipeline / phpstan (pull_request) Has been skipped
CI Pipeline / rector (pull_request) Has been skipped
CI Pipeline / pest (pull_request) Has been skipped
CI Pipeline / style-check (pull_request) Has been skipped
CI Pipeline / install (push) Failing after 2s
CI Pipeline / phpstan (push) Has been skipped
CI Pipeline / rector (push) Has been skipped
CI Pipeline / pest (push) Has been skipped
CI Pipeline / style-check (push) Has been skipped

This commit is contained in:
Renovate Bot 2025-01-18 00:00:39 +00:00
parent 0d4b5c407a
commit 93a6896c5b

25
composer.lock generated
View File

@ -1715,16 +1715,16 @@
},
{
"name": "friendsofphp/php-cs-fixer",
"version": "v3.68.0",
"version": "v3.68.1",
"source": {
"type": "git",
"url": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer.git",
"reference": "73f78d8b2b34a0dd65fedb434a602ee4c2c8ad4c"
"reference": "b9db2b2ea3cdba7201067acee46f984ef2397cff"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/PHP-CS-Fixer/PHP-CS-Fixer/zipball/73f78d8b2b34a0dd65fedb434a602ee4c2c8ad4c",
"reference": "73f78d8b2b34a0dd65fedb434a602ee4c2c8ad4c",
"url": "https://api.github.com/repos/PHP-CS-Fixer/PHP-CS-Fixer/zipball/b9db2b2ea3cdba7201067acee46f984ef2397cff",
"reference": "b9db2b2ea3cdba7201067acee46f984ef2397cff",
"shasum": ""
},
"require": {
@ -1806,7 +1806,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.0"
"source": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/tree/v3.68.1"
},
"funding": [
{
@ -1814,7 +1814,7 @@
"type": "github"
}
],
"time": "2025-01-13T17:01:01+00:00"
"time": "2025-01-17T09:20:36+00:00"
},
{
"name": "jean85/pretty-package-versions",
@ -4500,16 +4500,16 @@
},
{
"name": "sebastian/diff",
"version": "dev-main",
"version": "6.0.x-dev",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/diff.git",
"reference": "414180fa028225aad46f3536fb4db1b917259a2a"
"reference": "689a62c19e700d71d8d1a82550cb4f090744dcb0"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/414180fa028225aad46f3536fb4db1b917259a2a",
"reference": "414180fa028225aad46f3536fb4db1b917259a2a",
"url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/689a62c19e700d71d8d1a82550cb4f090744dcb0",
"reference": "689a62c19e700d71d8d1a82550cb4f090744dcb0",
"shasum": ""
},
"require": {
@ -4519,7 +4519,6 @@
"phpunit/phpunit": "^11.3",
"symfony/process": "^4.2 || ^5"
},
"default-branch": true,
"type": "library",
"extra": {
"branch-alias": {
@ -4556,7 +4555,7 @@
"support": {
"issues": "https://github.com/sebastianbergmann/diff/issues",
"security": "https://github.com/sebastianbergmann/diff/security/policy",
"source": "https://github.com/sebastianbergmann/diff/tree/main"
"source": "https://github.com/sebastianbergmann/diff/tree/6.0"
},
"funding": [
{
@ -4564,7 +4563,7 @@
"type": "github"
}
],
"time": "2025-01-01T09:33:55+00:00"
"time": "2025-01-16T08:21:04+00:00"
},
{
"name": "sebastian/environment",