Skip to content

Commit

Permalink
Add dependency-guard to build process
Browse files Browse the repository at this point in the history
  • Loading branch information
willemstuursma committed Jul 22, 2018
1 parent f47e4c6 commit c0c6ddb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,6 @@ install:
script:
- composer validate --strict
- find src tests -name '*.php' | xargs -n 1 -P4 php -l
- vendor/bin/dependency-guard
- vendor/bin/phpunit --fail-on-risky
- vendor/bin/phpstan analyse --level 0 src tests
2 changes: 2 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
"ext-soap": "*",
"moneyphp/money": "^3.0",
"myclabs/php-enum": "^1.5",
"psr/http-message": "^1.0",
"psr/log": "^1.0",
"webmozart/assert": "^1.2"
},
Expand All @@ -52,6 +53,7 @@
"require-dev": {
"eloquent/liberator": "^2.0",
"league/oauth2-client": "^2.2",
"mediact/dependency-guard": "^1.0",
"phpstan/phpstan": "^0.10.1",
"phpunit/phpunit": "^6.5"
}
Expand Down

0 comments on commit c0c6ddb

Please sign in to comment.