Skip to content

Commit

Permalink
Merge pull request #125 from codeigniter4/rector-version
Browse files Browse the repository at this point in the history
Rector Version
  • Loading branch information
MGatner authored Feb 22, 2024
2 parents d7c83f0 + 2bf6f41 commit 78caaaf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@
"phpstan/phpstan-deprecation-rules": "^1.0",
"phpstan/phpstan-phpunit": "^1.0",
"phpunit/phpunit": "^9.3",
"rector/rector": "^0.19 || ^1.0.0",
"roave/security-advisories": "dev-latest",
"vimeo/psalm": "^5.0",
"rector/rector": "^1.0.0"
"vimeo/psalm": "^5.0"
},
"require-dev": {
"codeigniter4/framework": "^4.1",
Expand All @@ -55,7 +55,6 @@
"psalm",
"rector process --dry-run"
],
"sa": "@analyze",
"ci": [
"Composer\\Config::disableProcessTimeout",
"@cs",
Expand All @@ -66,10 +65,11 @@
],
"cs": "php-cs-fixer fix --ansi --verbose --dry-run --diff",
"cs-fix": "php-cs-fixer fix --ansi --verbose --diff",
"style": "@cs-fix",
"deduplicate": "phpcpd app/ src/",
"inspect": "deptrac analyze --cache-file=build/deptrac.cache",
"mutate": "infection --threads=2 --skip-initial-tests --coverage=build/phpunit",
"sa": "@analyze",
"style": "@cs-fix",
"test": "phpunit"
}
}

0 comments on commit 78caaaf

Please sign in to comment.