Skip to content

Commit

Permalink
chore: remove maglnet/composer-require-checker
Browse files Browse the repository at this point in the history
  • Loading branch information
brotkrueml committed Aug 15, 2024
1 parent 8de87f7 commit 3d236ea
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
restore-keys: ${{ runner.os }}-composer-
- name: Install composer dependencies
run: |
composer remove infection/infection maglnet/composer-require-checker symplify/phpstan-rules --dev --no-update
composer remove infection/infection symplify/phpstan-rules --dev --no-update
composer install --prefer-dist --no-progress --no-suggest
- name: Run PHP linter
run: |
Expand Down
1 change: 0 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
"donatj/mock-webserver": "^2.7",
"ergebnis/composer-normalize": "~2.42.0",
"infection/infection": "^0.27.10",
"maglnet/composer-require-checker": "^4.7",
"phpstan/extension-installer": "^1.4",
"phpstan/phpstan": "1.11.10",
"phpunit/phpunit": "^10.4",
Expand Down

0 comments on commit 3d236ea

Please sign in to comment.