Compare commits

..

1 Commits

Author SHA1 Message Date
c45c858ab1 Update dependency rector/rector to v1 2024-06-27 13:30:34 +00:00
2 changed files with 13 additions and 10 deletions

View File

@ -16,12 +16,12 @@
"laravel/prompts": "^0.1.13", "laravel/prompts": "^0.1.13",
"nette/php-generator": "^4.1", "nette/php-generator": "^4.1",
"phppkg/cli-markdown": "^2.0", "phppkg/cli-markdown": "^2.0",
"symfony/console": "^7" "symfony/console": "^6"
}, },
"require-dev": { "require-dev": {
"friendsofphp/php-cs-fixer": "^3.3", "friendsofphp/php-cs-fixer": "^3.3",
"jetbrains/phpstorm-attributes": "^1.0", "jetbrains/phpstorm-attributes": "^1.0",
"nunomaduro/collision": "^8", "nunomaduro/collision": "^7",
"pestphp/pest": "^2.26", "pestphp/pest": "^2.26",
"phpstan/phpstan": "^1.2", "phpstan/phpstan": "^1.2",
"rector/rector": "^1.0", "rector/rector": "^1.0",

19
composer.lock generated
View File

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "cb6a16525ba7dcd4dfb5e5746f0b732c", "content-hash": "04e2a9d5807a1e4c3eb8e7a15334a3ca",
"packages": [ "packages": [
{ {
"name": "cebe/markdown", "name": "cebe/markdown",
@ -4142,21 +4142,21 @@
}, },
{ {
"name": "rector/rector", "name": "rector/rector",
"version": "0.19.8", "version": "1.1.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/rectorphp/rector.git", "url": "https://github.com/rectorphp/rector.git",
"reference": "de3b3bb159abd704b144aa86fb244f7f1f4ac947" "reference": "c930cdb21294f10955ddfc31b720971e8333943d"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/rectorphp/rector/zipball/de3b3bb159abd704b144aa86fb244f7f1f4ac947", "url": "https://api.github.com/repos/rectorphp/rector/zipball/c930cdb21294f10955ddfc31b720971e8333943d",
"reference": "de3b3bb159abd704b144aa86fb244f7f1f4ac947", "reference": "c930cdb21294f10955ddfc31b720971e8333943d",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": "^7.2|^8.0", "php": "^7.2|^8.0",
"phpstan/phpstan": "^1.10.56" "phpstan/phpstan": "^1.11"
}, },
"conflict": { "conflict": {
"rector/rector-doctrine": "*", "rector/rector-doctrine": "*",
@ -4164,6 +4164,9 @@
"rector/rector-phpunit": "*", "rector/rector-phpunit": "*",
"rector/rector-symfony": "*" "rector/rector-symfony": "*"
}, },
"suggest": {
"ext-dom": "To manipulate phpunit.xml via the custom-rule command"
},
"bin": [ "bin": [
"bin/rector" "bin/rector"
], ],
@ -4186,7 +4189,7 @@
], ],
"support": { "support": {
"issues": "https://github.com/rectorphp/rector/issues", "issues": "https://github.com/rectorphp/rector/issues",
"source": "https://github.com/rectorphp/rector/tree/0.19.8" "source": "https://github.com/rectorphp/rector/tree/1.1.1"
}, },
"funding": [ "funding": [
{ {
@ -4194,7 +4197,7 @@
"type": "github" "type": "github"
} }
], ],
"time": "2024-02-05T10:59:13+00:00" "time": "2024-06-21T07:51:17+00:00"
}, },
{ {
"name": "robiningelbrecht/phpunit-pretty-print", "name": "robiningelbrecht/phpunit-pretty-print",