Skip to content

Commit

Permalink
chore(composer): Remove unused dependency
Browse files Browse the repository at this point in the history
- Removed 'symfony/var-dumper' from 'composer.json'
  • Loading branch information
guanguans committed Aug 14, 2023
1 parent fb18efc commit 216ca62
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:

- name: Install dependencies
run: |
composer remove "brainmaestro/composer-git-hooks" "pestphp/pest-plugin-parallel" --no-interaction --no-scripts --dev --ansi -v
composer remove "brainmaestro/composer-git-hooks" --no-interaction --no-scripts --dev --ansi -v
composer require "laravel/framework:${{ matrix.laravel }}" "laravel/lumen-framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update --ansi -v
composer update --${{ matrix.dependency-version }} --prefer-dist --no-interaction --no-scripts --ansi -W -v
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,9 @@
"pestphp/pest-plugin-faker": "^1.0 || ^2.0",
"pestphp/pest-plugin-laravel": "^1.2 || ^2.0",
"phpstan/extension-installer": "^1.3",
"phpstan/phpstan": "^1.10",
"phpstan/phpstan-deprecation-rules": "^1.1",
"rector/rector": "^0.17",
"symfony/var-dumper": "^5.4 || ^6.0",
"vimeo/psalm": "^5.14"
},
"minimum-stability": "stable",
Expand Down

0 comments on commit 216ca62

Please sign in to comment.