Compare commits

..

3 Commits

Author SHA1 Message Date
694d723fdf Update dependency rector/rector to v1
Some checks failed
renovate/artifacts Artifact file update failure
2024-06-27 14:20:28 +00:00
24f9ba0ee9 Update dependency nunomaduro/collision to v8
Some checks failed
renovate/artifacts Artifact file update failure
2024-06-27 14:10:25 +00:00
1ee28325cd Update dependency symfony/console to v7
Some checks failed
renovate/artifacts Artifact file update failure
2024-06-27 13:30:43 +00:00
2 changed files with 10 additions and 13 deletions

View File

@ -16,12 +16,12 @@
"laravel/prompts": "^0.1.13",
"nette/php-generator": "^4.1",
"phppkg/cli-markdown": "^2.0",
"symfony/console": "^6"
"symfony/console": "^7"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.3",
"jetbrains/phpstorm-attributes": "^1.0",
"nunomaduro/collision": "^7",
"nunomaduro/collision": "^8",
"pestphp/pest": "^2.26",
"phpstan/phpstan": "^1.2",
"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",
"This file is @generated automatically"
],
"content-hash": "04e2a9d5807a1e4c3eb8e7a15334a3ca",
"content-hash": "cb6a16525ba7dcd4dfb5e5746f0b732c",
"packages": [
{
"name": "cebe/markdown",
@ -4142,21 +4142,21 @@
},
{
"name": "rector/rector",
"version": "1.1.1",
"version": "0.19.8",
"source": {
"type": "git",
"url": "https://github.com/rectorphp/rector.git",
"reference": "c930cdb21294f10955ddfc31b720971e8333943d"
"reference": "de3b3bb159abd704b144aa86fb244f7f1f4ac947"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/rectorphp/rector/zipball/c930cdb21294f10955ddfc31b720971e8333943d",
"reference": "c930cdb21294f10955ddfc31b720971e8333943d",
"url": "https://api.github.com/repos/rectorphp/rector/zipball/de3b3bb159abd704b144aa86fb244f7f1f4ac947",
"reference": "de3b3bb159abd704b144aa86fb244f7f1f4ac947",
"shasum": ""
},
"require": {
"php": "^7.2|^8.0",
"phpstan/phpstan": "^1.11"
"phpstan/phpstan": "^1.10.56"
},
"conflict": {
"rector/rector-doctrine": "*",
@ -4164,9 +4164,6 @@
"rector/rector-phpunit": "*",
"rector/rector-symfony": "*"
},
"suggest": {
"ext-dom": "To manipulate phpunit.xml via the custom-rule command"
},
"bin": [
"bin/rector"
],
@ -4189,7 +4186,7 @@
],
"support": {
"issues": "https://github.com/rectorphp/rector/issues",
"source": "https://github.com/rectorphp/rector/tree/1.1.1"
"source": "https://github.com/rectorphp/rector/tree/0.19.8"
},
"funding": [
{
@ -4197,7 +4194,7 @@
"type": "github"
}
],
"time": "2024-06-21T07:51:17+00:00"
"time": "2024-02-05T10:59:13+00:00"
},
{
"name": "robiningelbrecht/phpunit-pretty-print",