Skip to content

Commit 3ff06e2

Browse files
update
1 parent 13954fe commit 3ff06e2

File tree

2 files changed

+2
-29
lines changed

2 files changed

+2
-29
lines changed

composer.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@
1616
},
1717
"require-dev": {
1818
"pestphp/pest": "^3.8",
19-
"phpstan/phpstan": "^2.1",
20-
"rector/rector": "2.0.1"
19+
"phpstan/phpstan": "^2.1"
2120
},
2221
"license": "MIT",
2322
"autoload": {
@@ -56,13 +55,11 @@
5655
"post-root-package-install": [
5756
"@php -r \"file_exists('.env') || copy('.env.example', '.env');\""
5857
],
59-
"test:refactor": "rector --dry-run",
6058
"test:unit": "pest --colors=always --parallel",
6159
"test:types": "phpstan analyse --ansi",
6260
"test": [
6361
"@test:unit",
64-
"@test:types",
65-
"@test:refactor"
62+
"@test:types"
6663
]
6764
},
6865
"minimum-stability": "dev",

rector.php

Lines changed: 0 additions & 24 deletions
This file was deleted.

0 commit comments

Comments
 (0)