Skip to content

Commit

Permalink
[TASK] Upgrade rector
Browse files Browse the repository at this point in the history
  • Loading branch information
sabbelasichon authored and simonschaufi committed Mar 17, 2024
1 parent fb0dde8 commit 55bb438
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/php_cs_fixer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Run php-cs-fixer
run: vendor/bin/php-cs-fixer fix --diff

- name: Commit changed files
- name: "Commit changed files"
uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: Apply php-cs-fixer changes
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"phpstan/phpstan-phpunit": "^1.0",
"phpstan/phpstan-webmozart-assert": "^1.0",
"phpunit/phpunit": "^9.0",
"rector/rector": "^0.17",
"rector/rector": "^1.0.3",
"slevomat/coding-standard": "^8.12",
"squizlabs/php_codesniffer": "^3.6",
"timeweb/phpstan-enum": "^3.0"
Expand Down

0 comments on commit 55bb438

Please sign in to comment.