Skip to content

Commit

Permalink
Merge pull request #97 from datamweb/datamweb-patch-1
Browse files Browse the repository at this point in the history
chore: use ver 1.0.0 of rector
  • Loading branch information
datamweb authored Feb 7, 2024
2 parents ef00b45 + f6a7f7e commit 6fd3421
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/rector.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,5 +62,5 @@ jobs:
- name: Analyze for refactoring
run: |
composer global require --dev rector/rector:^0.19.8
composer global require --dev rector/rector:^1.0.0
rector process --dry-run --no-progress-bar
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"codeigniter4/devkit": "^1.0",
"codeigniter4/framework": "^4.3.5",
"codeigniter4/shield": "^1.0",
"rector/rector": "0.19.8"
"rector/rector": "1.0.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 6fd3421

Please sign in to comment.