Skip to content

Commit b8759d1

Browse files
committed
feat: install rector
1 parent f6526d6 commit b8759d1

3 files changed

Lines changed: 439 additions & 232 deletions

File tree

src/composer.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,15 @@
1818
},
1919
"require-dev": {
2020
"carthage-software/mago": "^1.2",
21+
"driftingly/rector-laravel": "^2.1",
2122
"fakerphp/faker": "^1.23",
2223
"laravel/pail": "^1.1",
2324
"laravel/pint": "^1.13",
2425
"laravel/sail": "^1.26",
2526
"mockery/mockery": "^1.6",
2627
"nunomaduro/collision": "^8.1",
27-
"phpunit/phpunit": "^11.0.1"
28+
"phpunit/phpunit": "^11.0.1",
29+
"rector/rector": "^2.3"
2830
},
2931
"autoload": {
3032
"psr-4": {

0 commit comments

Comments
 (0)