Skip to content

Commit

Permalink
Merge branch '3.x' into 249-methodFailure-options
Browse files Browse the repository at this point in the history
  • Loading branch information
vjik authored Oct 27, 2024
2 parents bd68624 + 3728de1 commit fdd5572
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/rector.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
on:
pull_request:
pull_request_target:
paths-ignore:
- 'docs/**'
- 'README.md'
Expand All @@ -17,6 +17,7 @@ jobs:
secrets:
token: ${{ secrets.YIISOFT_GITHUB_TOKEN }}
with:
repository: ${{ github.event.pull_request.head.repo.full_name }}
os: >-
['ubuntu-latest']
php: >-
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"nyholm/psr7": "^1.5",
"phpunit/phpunit": "^9.5",
"psr/container": "^1.1|^2.0",
"rector/rector": "^1.0",
"rector/rector": "^1.2",
"roave/infection-static-analysis-plugin": "^1.18",
"spatie/phpunit-watcher": "^1.23",
"vimeo/psalm": "^4.30|^5.22",
Expand Down

0 comments on commit fdd5572

Please sign in to comment.