Skip to content

Commit

Permalink
Merge pull request #77 from ergebnis/fix/composer-require-checker
Browse files Browse the repository at this point in the history
Fix: Remove unnecessary composer-requirer-checker.json
  • Loading branch information
localheinz authored Mar 24, 2020
2 parents ac6cadc + d739c26 commit f352466
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 24 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/integrate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -136,8 +136,6 @@ jobs:

- name: "Run maglnet/composer-require-checker"
uses: "docker://webfactory/composer-require-checker:2.1.0"
with:
args: "check --config-file=composer-require-checker.json"

static-code-analysis:
name: "Static Code Analysis"
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ coding-standards: vendor ## Fixes code style issues with friendsofphp/php-cs-fix

.PHONY: dependency-analysis
dependency-analysis: vendor ## Runs a dependency analysis with maglnet/composer-require-checker
docker run --interactive --rm --tty --volume ${PWD}:/app webfactory/composer-require-checker:2.1.0 check --config-file=composer-require-checker.json
docker run --interactive --rm --tty --volume ${PWD}:/app webfactory/composer-require-checker:2.1.0

.PHONY: doctrine
doctrine: vendor ## Shows and validates Docrine mapping information
Expand Down
21 changes: 0 additions & 21 deletions composer-require-checker.json

This file was deleted.

0 comments on commit f352466

Please sign in to comment.