Skip to content

Commit

Permalink
remove --no-suggest
Browse files Browse the repository at this point in the history
  • Loading branch information
spawnia committed Feb 23, 2024
1 parent 39c6f6d commit 4376af3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/autoformat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
extensions: mbstring
php-version: 8.3

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

- run: composer normalize

Expand Down Expand Up @@ -54,7 +54,7 @@ jobs:
extensions: mbstring
php-version: 7.2

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

- run: vendor/bin/php-cs-fixer fix

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"require-dev": {
"ergebnis/composer-normalize": "^2.11",
"jangregor/phpstan-prophecy": "^1",
"mll-lab/php-cs-fixer-config": "^4",
"mll-lab/php-cs-fixer-config": "^4 || ^5",
"orchestra/testbench": "~3.6.0 || ~3.7.0 || ~3.8.0 || ~3.9.0 || ^4 || ^5 || ^6 || ^7 || ^8 || ^9 || ^9.x-dev",
"phpstan/extension-installer": "^1",
"phpstan/phpstan": "^1",
Expand Down

0 comments on commit 4376af3

Please sign in to comment.