Merge pull request #63 from refactorian/dependabot/composer/rector/rector-1.0.4

Bump rector/rector from 1.0.3 to 1.0.4
This commit is contained in:
Refactorian
2024-04-08 21:51:10 +09:00
committed by GitHub

15
composer.lock generated
View File

@@ -6879,16 +6879,16 @@
},
{
"name": "rector/rector",
"version": "1.0.3",
"version": "1.0.4",
"source": {
"type": "git",
"url": "https://github.com/rectorphp/rector.git",
"reference": "c59507a9090b465d65e1aceed91e5b81986e375b"
"reference": "6e04d0eb087aef707fa0c5686d33d6ff61f4a555"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/rectorphp/rector/zipball/c59507a9090b465d65e1aceed91e5b81986e375b",
"reference": "c59507a9090b465d65e1aceed91e5b81986e375b",
"url": "https://api.github.com/repos/rectorphp/rector/zipball/6e04d0eb087aef707fa0c5686d33d6ff61f4a555",
"reference": "6e04d0eb087aef707fa0c5686d33d6ff61f4a555",
"shasum": ""
},
"require": {
@@ -6901,6 +6901,9 @@
"rector/rector-phpunit": "*",
"rector/rector-symfony": "*"
},
"suggest": {
"ext-dom": "To manipulate phpunit.xml via the custom-rule command"
},
"bin": [
"bin/rector"
],
@@ -6923,7 +6926,7 @@
],
"support": {
"issues": "https://github.com/rectorphp/rector/issues",
"source": "https://github.com/rectorphp/rector/tree/1.0.3"
"source": "https://github.com/rectorphp/rector/tree/1.0.4"
},
"funding": [
{
@@ -6931,7 +6934,7 @@
"type": "github"
}
],
"time": "2024-03-14T15:04:18+00:00"
"time": "2024-04-05T09:01:07+00:00"
},
{
"name": "sebastian/cli-parser",