Skip to content

Commit

Permalink
Update rector/rector requirement from ^0.18.0 to ^0.19.0 (#305)
Browse files Browse the repository at this point in the history
Co-authored-by: Sergei Predvoditelev <sergei@predvoditelev.ru>
  • Loading branch information
dependabot[bot] and vjik committed Jan 10, 2024
1 parent d13e3b3 commit f444a25
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/rector.yml
Expand Up @@ -14,8 +14,10 @@ name: rector
jobs:
rector:
uses: yiisoft/actions/.github/workflows/rector.yml@master
secrets:
token: ${{ secrets.YIISOFT_GITHUB_TOKEN }}
with:
os: >-
['ubuntu-latest']
php: >-
['8.0']
['8.3']
4 changes: 2 additions & 2 deletions composer.json
Expand Up @@ -59,7 +59,7 @@
"yiisoft/translator-message-php": "^1.1",
"yiisoft/view": "^8.0",
"yiisoft/yii-console": "^2.0",
"yiisoft/yii-debug": "^3.0@dev",
"yiisoft/yii-debug": "dev-master|dev-php80",
"yiisoft/yii-event": "^2.0",
"yiisoft/yii-http": "^1.0",
"yiisoft/yii-middleware": "^1.0",
Expand All @@ -74,7 +74,7 @@
"codeception/module-cli": "^2.0",
"codeception/module-phpbrowser": "^3.0",
"phpunit/phpunit": "^9.5",
"rector/rector": "^0.18.0",
"rector/rector": "^0.19.0",
"roave/infection-static-analysis-plugin": "^1.25",
"roave/security-advisories": "dev-master",
"spatie/phpunit-watcher": "^1.23",
Expand Down

0 comments on commit f444a25

Please sign in to comment.