Skip to content

Commit

Permalink
Remove --no-suggest flag
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcus Vaughn jones authored and Marcus Vaughn jones committed Nov 2, 2023
1 parent b7f263e commit 1145869
Show file tree
Hide file tree
Showing 3 changed files with 1,563 additions and 1,335 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
run: cp .env.example .env

- name: Install Composer dependencies
run: composer install --no-interaction --no-suggest --no-progress --prefer-dist
run: composer install --no-interaction --no-progress --prefer-dist

- name: Generate application key
run: php artisan key:generate
Expand Down
1 change: 0 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
"php": "^8.0",
"bugsnag/bugsnag-laravel": "^2.24",
"guzzlehttp/guzzle": "^7.2",
"laravel-frontend-presets/tailwindcss": "^4.3",
"laravel/framework": "^9.52",
"laravel/tinker": "^2.7",
"laravel/ui": "^3.4",
Expand Down
Loading

0 comments on commit 1145869

Please sign in to comment.