Skip to content

Commit 0bf0998

Browse files
committed
Update rector version
1 parent 29d90f7 commit 0bf0998

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/rector.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,5 +62,5 @@ jobs:
6262
6363
- name: Analyze for refactoring
6464
run: |
65-
composer global require --dev rector/rector:^0.15.0
65+
composer global require --dev rector/rector:^0.15.1
6666
rector process --dry-run --no-progress-bar

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"require-dev": {
4040
"codeigniter4/framework": "^4.1",
4141
"icanhazstring/composer-unused": "^0.8.2",
42-
"rector/rector": "0.15.0"
42+
"rector/rector": "0.15.1"
4343
},
4444
"minimum-stability": "dev",
4545
"prefer-stable": true,

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,5 +62,5 @@ jobs:
6262
6363
- name: Analyze for refactoring
6464
run: |
65-
composer global require --dev rector/rector:^0.14
65+
composer global require --dev rector/rector:^0.15.1
6666
rector process --dry-run --no-progress-bar

0 commit comments

Comments
 (0)