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 0cce04d
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 6 deletions.
5 changes: 1 addition & 4 deletions .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 Expand Up @@ -85,9 +85,6 @@ jobs:
- name: Normalize composer.json
run: |
composer normalize --dry-run
- name: Check composer require
run: |
vendor/bin/composer-require-checker check
- name: Check coding standards
run: |
vendor/bin/ecs check --no-progress-bar
Expand Down
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,3 @@ vendor: composer.json composer.lock
composer validate
composer install
composer normalize
vendor/bin/composer-require-checker check
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 0cce04d

Please sign in to comment.