Compare commits
1 Commits
694d723fdf
...
c45c858ab1
Author | SHA1 | Date | |
---|---|---|---|
c45c858ab1 |
@ -24,7 +24,7 @@
|
||||
"nunomaduro/collision": "^7",
|
||||
"pestphp/pest": "^2.26",
|
||||
"phpstan/phpstan": "^1.2",
|
||||
"rector/rector": "^0.19",
|
||||
"rector/rector": "^1.0",
|
||||
"robiningelbrecht/phpunit-pretty-print": "^1.2",
|
||||
"symfony/var-dumper": "^7"
|
||||
},
|
||||
|
19
composer.lock
generated
19
composer.lock
generated
@ -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": "cb6a16525ba7dcd4dfb5e5746f0b732c",
|
||||
"content-hash": "04e2a9d5807a1e4c3eb8e7a15334a3ca",
|
||||
"packages": [
|
||||
{
|
||||
"name": "cebe/markdown",
|
||||
@ -4142,21 +4142,21 @@
|
||||
},
|
||||
{
|
||||
"name": "rector/rector",
|
||||
"version": "0.19.8",
|
||||
"version": "1.1.1",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/rectorphp/rector.git",
|
||||
"reference": "de3b3bb159abd704b144aa86fb244f7f1f4ac947"
|
||||
"reference": "c930cdb21294f10955ddfc31b720971e8333943d"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/rectorphp/rector/zipball/de3b3bb159abd704b144aa86fb244f7f1f4ac947",
|
||||
"reference": "de3b3bb159abd704b144aa86fb244f7f1f4ac947",
|
||||
"url": "https://api.github.com/repos/rectorphp/rector/zipball/c930cdb21294f10955ddfc31b720971e8333943d",
|
||||
"reference": "c930cdb21294f10955ddfc31b720971e8333943d",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"php": "^7.2|^8.0",
|
||||
"phpstan/phpstan": "^1.10.56"
|
||||
"phpstan/phpstan": "^1.11"
|
||||
},
|
||||
"conflict": {
|
||||
"rector/rector-doctrine": "*",
|
||||
@ -4164,6 +4164,9 @@
|
||||
"rector/rector-phpunit": "*",
|
||||
"rector/rector-symfony": "*"
|
||||
},
|
||||
"suggest": {
|
||||
"ext-dom": "To manipulate phpunit.xml via the custom-rule command"
|
||||
},
|
||||
"bin": [
|
||||
"bin/rector"
|
||||
],
|
||||
@ -4186,7 +4189,7 @@
|
||||
],
|
||||
"support": {
|
||||
"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": [
|
||||
{
|
||||
@ -4194,7 +4197,7 @@
|
||||
"type": "github"
|
||||
}
|
||||
],
|
||||
"time": "2024-02-05T10:59:13+00:00"
|
||||
"time": "2024-06-21T07:51:17+00:00"
|
||||
},
|
||||
{
|
||||
"name": "robiningelbrecht/phpunit-pretty-print",
|
||||
|
Loading…
x
Reference in New Issue
Block a user