Skip to content

Commit

Permalink
skip ci
Browse files Browse the repository at this point in the history
fix php-cs-fixer and composer-normalize
  • Loading branch information
k0ka committed Jan 5, 2024
1 parent 4c4bd22 commit c2d8acc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
with:
coverage: none
extensions: mbstring
php-version: 8.2
php-version: 8.1

- run: composer install --no-interaction --no-progress --no-suggest

Expand Down
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@
"php-coveralls/php-coveralls": "^2.0",
"friendsofphp/php-cs-fixer": "^3",
"php-parallel-lint/php-parallel-lint": "^1.2",
"phpspec/prophecy": "^1.17"
"phpspec/prophecy": "^1.17",
"ergebnis/composer-normalize": "^2.0"
},
"extra": {
"branch-alias": {
Expand Down

0 comments on commit c2d8acc

Please sign in to comment.