Update php-dev
All checks were successful
rector / Rector (pull_request) Successful in 1m12s
Apply PHP CS Fixer / php-cs-fixer (push) Successful in 9s
CI / build-test (push) Successful in 1m24s
rector / Rector (push) Successful in 1m23s

This commit is contained in:
Renovate Bot 2025-02-07 00:04:04 +00:00
parent f3dcd7b37c
commit fd0f74bdad

28
composer.lock generated
View File

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "0fab04c3062e2fbc119b9e36fb2c3484",
"content-hash": "1d76da861e3ba55b5e69574e27fd768e",
"packages": [
{
"name": "composer/semver",
@ -9872,16 +9872,16 @@
},
{
"name": "phpunit/phpunit",
"version": "11.5.6",
"version": "11.5.7",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/phpunit.git",
"reference": "3c3ae14c90f244cdda95028c3e469028e8d1c02c"
"reference": "e1cb706f019e2547039ca2c839898cd5f557ee5d"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/3c3ae14c90f244cdda95028c3e469028e8d1c02c",
"reference": "3c3ae14c90f244cdda95028c3e469028e8d1c02c",
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/e1cb706f019e2547039ca2c839898cd5f557ee5d",
"reference": "e1cb706f019e2547039ca2c839898cd5f557ee5d",
"shasum": ""
},
"require": {
@ -9953,7 +9953,7 @@
"support": {
"issues": "https://github.com/sebastianbergmann/phpunit/issues",
"security": "https://github.com/sebastianbergmann/phpunit/security/policy",
"source": "https://github.com/sebastianbergmann/phpunit/tree/11.5.6"
"source": "https://github.com/sebastianbergmann/phpunit/tree/11.5.7"
},
"funding": [
{
@ -9969,7 +9969,7 @@
"type": "tidelift"
}
],
"time": "2025-01-31T07:03:30+00:00"
"time": "2025-02-06T16:10:05+00:00"
},
{
"name": "react/cache",
@ -10499,21 +10499,21 @@
},
{
"name": "rector/rector",
"version": "2.0.7",
"version": "2.0.8",
"source": {
"type": "git",
"url": "https://github.com/rectorphp/rector.git",
"reference": "e70d681f6a0c361a63e6825897cd97746436f015"
"reference": "3c70238bc677eb98866000a05b19a34f12955954"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/rectorphp/rector/zipball/e70d681f6a0c361a63e6825897cd97746436f015",
"reference": "e70d681f6a0c361a63e6825897cd97746436f015",
"url": "https://api.github.com/repos/rectorphp/rector/zipball/3c70238bc677eb98866000a05b19a34f12955954",
"reference": "3c70238bc677eb98866000a05b19a34f12955954",
"shasum": ""
},
"require": {
"php": "^7.4|^8.0",
"phpstan/phpstan": "^2.1.1"
"phpstan/phpstan": "^2.1.2"
},
"conflict": {
"rector/rector-doctrine": "*",
@ -10546,7 +10546,7 @@
],
"support": {
"issues": "https://github.com/rectorphp/rector/issues",
"source": "https://github.com/rectorphp/rector/tree/2.0.7"
"source": "https://github.com/rectorphp/rector/tree/2.0.8"
},
"funding": [
{
@ -10554,7 +10554,7 @@
"type": "github"
}
],
"time": "2025-01-19T09:41:28+00:00"
"time": "2025-02-06T14:02:49+00:00"
},
{
"name": "sebastian/cli-parser",