Merge pull request #210 from rico-vz/dependabot/composer/rector/rector-1.1.0

This commit is contained in:
Rico
2024-05-24 12:21:19 +02:00
committed by GitHub

24
composer.lock generated
View File

@@ -9753,16 +9753,16 @@
}, },
{ {
"name": "phpstan/phpstan", "name": "phpstan/phpstan",
"version": "1.10.67", "version": "1.11.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/phpstan/phpstan.git", "url": "https://github.com/phpstan/phpstan.git",
"reference": "16ddbe776f10da6a95ebd25de7c1dbed397dc493" "reference": "e524358f930e41a2b4cca1320e3b04fc26b39e0b"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/16ddbe776f10da6a95ebd25de7c1dbed397dc493", "url": "https://api.github.com/repos/phpstan/phpstan/zipball/e524358f930e41a2b4cca1320e3b04fc26b39e0b",
"reference": "16ddbe776f10da6a95ebd25de7c1dbed397dc493", "reference": "e524358f930e41a2b4cca1320e3b04fc26b39e0b",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -9807,7 +9807,7 @@
"type": "github" "type": "github"
} }
], ],
"time": "2024-04-16T07:22:02+00:00" "time": "2024-05-15T08:00:59+00:00"
}, },
{ {
"name": "phpunit/php-code-coverage", "name": "phpunit/php-code-coverage",
@@ -10234,21 +10234,21 @@
}, },
{ {
"name": "rector/rector", "name": "rector/rector",
"version": "1.0.5", "version": "1.1.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/rectorphp/rector.git", "url": "https://github.com/rectorphp/rector.git",
"reference": "73eb63e4f9011dba6b7c66c3262543014e352f34" "reference": "556509e2dcf527369892b7d411379c4a02f31859"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/rectorphp/rector/zipball/73eb63e4f9011dba6b7c66c3262543014e352f34", "url": "https://api.github.com/repos/rectorphp/rector/zipball/556509e2dcf527369892b7d411379c4a02f31859",
"reference": "73eb63e4f9011dba6b7c66c3262543014e352f34", "reference": "556509e2dcf527369892b7d411379c4a02f31859",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": "^7.2|^8.0", "php": "^7.2|^8.0",
"phpstan/phpstan": "^1.10.57" "phpstan/phpstan": "^1.11"
}, },
"conflict": { "conflict": {
"rector/rector-doctrine": "*", "rector/rector-doctrine": "*",
@@ -10281,7 +10281,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.0.5" "source": "https://github.com/rectorphp/rector/tree/1.1.0"
}, },
"funding": [ "funding": [
{ {
@@ -10289,7 +10289,7 @@
"type": "github" "type": "github"
} }
], ],
"time": "2024-05-10T05:31:15+00:00" "time": "2024-05-18T09:40:27+00:00"
}, },
{ {
"name": "sebastian/cli-parser", "name": "sebastian/cli-parser",