Skip to content

Commit 36c1774

Browse files
committed
Revert "Add maglnet/composer-require-checker dev dependency"
This reverts commit 27c5cc8.
1 parent a71a4c6 commit 36c1774

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,9 @@ jobs:
139139

140140
- name: Analyze composer dependencies
141141
if: matrix.coding-standards
142-
run: php vendor/bin/composer-require-checker check composer.json
142+
run: |
143+
curl -LSs https://github.com/maglnet/ComposerRequireChecker/releases/latest/download/composer-require-checker.phar > composer-require-checker.phar
144+
php composer-require-checker.phar check composer.json
143145
144146
- name: Check license year
145147
if: matrix.coding-standards

composer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
},
2323
"require-dev": {
2424
"friendsofphp/php-cs-fixer": "^3.0",
25-
"maglnet/composer-require-checker": "*",
2625
"phpstan/phpstan": "^2.1",
2726
"phpunit/phpunit": "^9.0"
2827
},

0 commit comments

Comments
 (0)