Skip to content

Commit

Permalink
simplify calling composer-require-checker as there is no more issue w…
Browse files Browse the repository at this point in the history
…ith providing config path
  • Loading branch information
keradus committed Dec 6, 2020
1 parent 673660b commit 36b8e6b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/sca.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
./dev-tools/check_file_permissions.sh
./dev-tools/check_trailing_spaces.sh
./dev-tools/vendor/bin/phpstan analyse
./dev-tools/vendor/bin/composer-require-checker check composer.json --config-file $(realpath .composer-require-checker.json)
./dev-tools/vendor/bin/composer-require-checker check composer.json --config-file .composer-require-checker.json
composer normalize --dry-run --working-dir=./dev-tools ../composer.json
./dev-tools/check_shell_scripts.sh
Expand Down
6 changes: 3 additions & 3 deletions dev-tools/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
"php": "^7.1"
},
"require-dev": {
"ergebnis/composer-normalize": "^2.5.1",
"ergebnis/composer-normalize": "^2.11",
"humbug/box": "^3.8",
"jangregor/phpstan-prophecy": "^0.6",
"maglnet/composer-require-checker": "2.0.0",
"mi-schi/phpmd-extension": "^4.3",
"phpmd/phpmd": "^2.6",
"phpmd/phpmd": "^2.9",
"phpstan/phpstan": "0.12.18",
"phpstan/phpstan-phpunit": "^0.12"
"phpstan/phpstan-phpunit": "^0.12.8"
},
"config": {
"optimize-autoloader": true,
Expand Down

0 comments on commit 36b8e6b

Please sign in to comment.