Skip to content

Commit 78caaaf

Browse files
authored
Merge pull request #125 from codeigniter4/rector-version
Rector Version
2 parents d7c83f0 + 2bf6f41 commit 78caaaf

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@
3333
"phpstan/phpstan-deprecation-rules": "^1.0",
3434
"phpstan/phpstan-phpunit": "^1.0",
3535
"phpunit/phpunit": "^9.3",
36+
"rector/rector": "^0.19 || ^1.0.0",
3637
"roave/security-advisories": "dev-latest",
37-
"vimeo/psalm": "^5.0",
38-
"rector/rector": "^1.0.0"
38+
"vimeo/psalm": "^5.0"
3939
},
4040
"require-dev": {
4141
"codeigniter4/framework": "^4.1",
@@ -55,7 +55,6 @@
5555
"psalm",
5656
"rector process --dry-run"
5757
],
58-
"sa": "@analyze",
5958
"ci": [
6059
"Composer\\Config::disableProcessTimeout",
6160
"@cs",
@@ -66,10 +65,11 @@
6665
],
6766
"cs": "php-cs-fixer fix --ansi --verbose --dry-run --diff",
6867
"cs-fix": "php-cs-fixer fix --ansi --verbose --diff",
69-
"style": "@cs-fix",
7068
"deduplicate": "phpcpd app/ src/",
7169
"inspect": "deptrac analyze --cache-file=build/deptrac.cache",
7270
"mutate": "infection --threads=2 --skip-initial-tests --coverage=build/phpunit",
71+
"sa": "@analyze",
72+
"style": "@cs-fix",
7373
"test": "phpunit"
7474
}
7575
}

0 commit comments

Comments
 (0)