We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13954fe commit 3ff06e2Copy full SHA for 3ff06e2
composer.json
@@ -16,8 +16,7 @@
16
},
17
"require-dev": {
18
"pestphp/pest": "^3.8",
19
- "phpstan/phpstan": "^2.1",
20
- "rector/rector": "2.0.1"
+ "phpstan/phpstan": "^2.1"
21
22
"license": "MIT",
23
"autoload": {
@@ -56,13 +55,11 @@
56
55
"post-root-package-install": [
57
"@php -r \"file_exists('.env') || copy('.env.example', '.env');\""
58
],
59
- "test:refactor": "rector --dry-run",
60
"test:unit": "pest --colors=always --parallel",
61
"test:types": "phpstan analyse --ansi",
62
"test": [
63
"@test:unit",
64
- "@test:types",
65
- "@test:refactor"
+ "@test:types"
66
]
67
68
"minimum-stability": "dev",
rector.php
0 commit comments