build(deps-dev): bump rector/rector from 1.2.1 to 1.2.3

Bumps [rector/rector](https://github.com/rectorphp/rector) from 1.2.1 to 1.2.3.
- [Release notes](https://github.com/rectorphp/rector/releases)
- [Commits](https://github.com/rectorphp/rector/compare/1.2.1...1.2.3)

---
updated-dependencies:
- dependency-name: rector/rector
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2024-08-15 23:39:44 +00:00
committed by GitHub
parent 5e43979634
commit d8ade62dfc

24
composer.lock generated
View File

@@ -9801,16 +9801,16 @@
}, },
{ {
"name": "phpstan/phpstan", "name": "phpstan/phpstan",
"version": "1.11.7", "version": "1.11.10",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/phpstan/phpstan.git", "url": "https://github.com/phpstan/phpstan.git",
"reference": "52d2bbfdcae7f895915629e4694e9497d0f8e28d" "reference": "640410b32995914bde3eed26fa89552f9c2c082f"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/52d2bbfdcae7f895915629e4694e9497d0f8e28d", "url": "https://api.github.com/repos/phpstan/phpstan/zipball/640410b32995914bde3eed26fa89552f9c2c082f",
"reference": "52d2bbfdcae7f895915629e4694e9497d0f8e28d", "reference": "640410b32995914bde3eed26fa89552f9c2c082f",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -9855,7 +9855,7 @@
"type": "github" "type": "github"
} }
], ],
"time": "2024-07-06T11:17:41+00:00" "time": "2024-08-08T09:02:50+00:00"
}, },
{ {
"name": "phpunit/php-code-coverage", "name": "phpunit/php-code-coverage",
@@ -10282,21 +10282,21 @@
}, },
{ {
"name": "rector/rector", "name": "rector/rector",
"version": "1.2.1", "version": "1.2.3",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/rectorphp/rector.git", "url": "https://github.com/rectorphp/rector.git",
"reference": "b38a3eed3ce2046f40c001255e2fec9d2746bacf" "reference": "2433e95410aef1b34b15d7f1b6a134365a4ddb39"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/rectorphp/rector/zipball/b38a3eed3ce2046f40c001255e2fec9d2746bacf", "url": "https://api.github.com/repos/rectorphp/rector/zipball/2433e95410aef1b34b15d7f1b6a134365a4ddb39",
"reference": "b38a3eed3ce2046f40c001255e2fec9d2746bacf", "reference": "2433e95410aef1b34b15d7f1b6a134365a4ddb39",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": "^7.2|^8.0", "php": "^7.2|^8.0",
"phpstan/phpstan": "^1.11" "phpstan/phpstan": "^1.11.9"
}, },
"conflict": { "conflict": {
"rector/rector-doctrine": "*", "rector/rector-doctrine": "*",
@@ -10329,7 +10329,7 @@
], ],
"support": { "support": {
"issues": "https://github.com/rectorphp/rector/issues", "issues": "https://github.com/rectorphp/rector/issues",
"source": "https://github.com/rectorphp/rector/tree/1.2.1" "source": "https://github.com/rectorphp/rector/tree/1.2.3"
}, },
"funding": [ "funding": [
{ {
@@ -10337,7 +10337,7 @@
"type": "github" "type": "github"
} }
], ],
"time": "2024-07-16T00:22:54+00:00" "time": "2024-08-12T16:36:46+00:00"
}, },
{ {
"name": "sebastian/cli-parser", "name": "sebastian/cli-parser",