Compare commits

..

1 Commits

Author SHA1 Message Date
dependabot[bot] c721b148d0 build(deps-dev): bump the dev-dependencies group with 2 updates
Bumps the dev-dependencies group with 2 updates: [rector/rector](https://github.com/rectorphp/rector) and [sebastian/lines-of-code](https://github.com/sebastianbergmann/lines-of-code).


Updates `rector/rector` from 2.5.4 to 2.5.5
- [Release notes](https://github.com/rectorphp/rector/releases)
- [Commits](https://github.com/rectorphp/rector/compare/2.5.4...2.5.5)

Updates `sebastian/lines-of-code` from 5.0.1 to 5.0.2
- [Release notes](https://github.com/sebastianbergmann/lines-of-code/releases)
- [Changelog](https://github.com/sebastianbergmann/lines-of-code/blob/main/ChangeLog.md)
- [Commits](https://github.com/sebastianbergmann/lines-of-code/compare/5.0.1...5.0.2)

---
updated-dependencies:
- dependency-name: rector/rector
  dependency-version: 2.5.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: sebastian/lines-of-code
  dependency-version: 5.0.2
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-07-09 23:53:12 +00:00
Generated
+14 -14
View File
@@ -11070,16 +11070,16 @@
},
{
"name": "rector/rector",
"version": "2.5.4",
"version": "2.5.5",
"source": {
"type": "git",
"url": "https://github.com/rectorphp/rector.git",
"reference": "adaa18d7cd6b3c960967cfbc98c03efb3116ac0e"
"reference": "9718a72e7f1aacacbdcb6eeed07a47147bce802e"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/rectorphp/rector/zipball/adaa18d7cd6b3c960967cfbc98c03efb3116ac0e",
"reference": "adaa18d7cd6b3c960967cfbc98c03efb3116ac0e",
"url": "https://api.github.com/repos/rectorphp/rector/zipball/9718a72e7f1aacacbdcb6eeed07a47147bce802e",
"reference": "9718a72e7f1aacacbdcb6eeed07a47147bce802e",
"shasum": ""
},
"require": {
@@ -11118,7 +11118,7 @@
],
"support": {
"issues": "https://github.com/rectorphp/rector/issues",
"source": "https://github.com/rectorphp/rector/tree/2.5.4"
"source": "https://github.com/rectorphp/rector/tree/2.5.5"
},
"funding": [
{
@@ -11126,7 +11126,7 @@
"type": "github"
}
],
"time": "2026-07-06T12:41:46+00:00"
"time": "2026-07-09T09:48:44+00:00"
},
{
"name": "sebastian/cli-parser",
@@ -11818,24 +11818,24 @@
},
{
"name": "sebastian/lines-of-code",
"version": "5.0.1",
"version": "5.0.2",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/lines-of-code.git",
"reference": "d2cff273a90c79b0eb590baa682d4b5c318bdbb7"
"reference": "d1b6f8fce682505dbd048977f1abedf1b8ad3ff8"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/lines-of-code/zipball/d2cff273a90c79b0eb590baa682d4b5c318bdbb7",
"reference": "d2cff273a90c79b0eb590baa682d4b5c318bdbb7",
"url": "https://api.github.com/repos/sebastianbergmann/lines-of-code/zipball/d1b6f8fce682505dbd048977f1abedf1b8ad3ff8",
"reference": "d1b6f8fce682505dbd048977f1abedf1b8ad3ff8",
"shasum": ""
},
"require": {
"nikic/php-parser": "^5.7.0",
"nikic/php-parser": "^5.8.0",
"php": ">=8.4"
},
"require-dev": {
"phpunit/phpunit": "^13.1.10"
"phpunit/phpunit": "^13.2.4"
},
"type": "library",
"extra": {
@@ -11864,7 +11864,7 @@
"support": {
"issues": "https://github.com/sebastianbergmann/lines-of-code/issues",
"security": "https://github.com/sebastianbergmann/lines-of-code/security/policy",
"source": "https://github.com/sebastianbergmann/lines-of-code/tree/5.0.1"
"source": "https://github.com/sebastianbergmann/lines-of-code/tree/5.0.2"
},
"funding": [
{
@@ -11884,7 +11884,7 @@
"type": "tidelift"
}
],
"time": "2026-05-19T16:23:37+00:00"
"time": "2026-07-09T08:42:34+00:00"
},
{
"name": "sebastian/object-enumerator",