Skip to content

Commit 8376398

Browse files
committed
chore: move rector from require-dev to require
1 parent 93806fb commit 8376398

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,12 @@
3434
"phpstan/phpstan-phpunit": "^1.0",
3535
"phpunit/phpunit": "^9.3",
3636
"roave/security-advisories": "dev-latest",
37-
"vimeo/psalm": "^5.0"
37+
"vimeo/psalm": "^5.0",
38+
"rector/rector": "^0.18.3"
3839
},
3940
"require-dev": {
4041
"codeigniter4/framework": "^4.1",
41-
"icanhazstring/composer-unused": "^0.8.2",
42-
"rector/rector": "0.18.3"
42+
"icanhazstring/composer-unused": "^0.8.2"
4343
},
4444
"minimum-stability": "dev",
4545
"prefer-stable": true,

0 commit comments

Comments
 (0)