Merge pull request #187 from rico-vz/dependabot/composer/rector/rector-1.0.4

This commit is contained in:
Rico
2024-04-14 13:31:56 +02:00
committed by GitHub

15
composer.lock generated
View File

@@ -10229,16 +10229,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": {
@@ -10251,6 +10251,9 @@
"rector/rector-phpunit": "*",
"rector/rector-symfony": "*"
},
"suggest": {
"ext-dom": "To manipulate phpunit.xml via the custom-rule command"
},
"bin": [
"bin/rector"
],
@@ -10273,7 +10276,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": [
{
@@ -10281,7 +10284,7 @@
"type": "github"
}
],
"time": "2024-03-14T15:04:18+00:00"
"time": "2024-04-05T09:01:07+00:00"
},
{
"name": "sebastian/cli-parser",