Skip to content

Commit c0f4c53

Browse files
authored
Merge pull request #40 from codeigniter4/dependabot/composer/rector/rector-0.14.0
Update rector/rector requirement from 0.13.5 to 0.14.0
2 parents 083a1b6 + d4ce57e commit c0f4c53

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"require-dev": {
3939
"codeigniter4/framework": "^4.1",
4040
"icanhazstring/composer-unused": "^0.8.2",
41-
"rector/rector": "0.13.5"
41+
"rector/rector": "0.14.0"
4242
},
4343
"minimum-stability": "dev",
4444
"prefer-stable": true,

src/Template/.github/workflows/rector.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,5 +63,5 @@ jobs:
6363
6464
- name: Analyze for refactoring
6565
run: |
66-
composer global require --dev rector/rector:^0.13.8
66+
composer global require --dev rector/rector:^0.14
6767
rector process --dry-run --no-progress-bar

0 commit comments

Comments
 (0)