Skip to content

Commit

Permalink
Merge pull request #40 from codeigniter4/dependabot/composer/rector/r…
Browse files Browse the repository at this point in the history
…ector-0.14.0

Update rector/rector requirement from 0.13.5 to 0.14.0
  • Loading branch information
MGatner committed Aug 27, 2022
2 parents 083a1b6 + d4ce57e commit c0f4c53
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"require-dev": {
"codeigniter4/framework": "^4.1",
"icanhazstring/composer-unused": "^0.8.2",
"rector/rector": "0.13.5"
"rector/rector": "0.14.0"
},
"minimum-stability": "dev",
"prefer-stable": true,
Expand Down
2 changes: 1 addition & 1 deletion src/Template/.github/workflows/rector.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,5 +63,5 @@ jobs:
- name: Analyze for refactoring
run: |
composer global require --dev rector/rector:^0.13.8
composer global require --dev rector/rector:^0.14
rector process --dry-run --no-progress-bar

0 comments on commit c0f4c53

Please sign in to comment.