Skip to content

Commit

Permalink
Ensure we're declaring all of our dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
duncan3dc committed Apr 12, 2018
1 parent b0898e7 commit a40e64b
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 @@ -20,6 +20,7 @@ install:
script:
- vendor/bin/phpunit --stderr --coverage-clover=clover.xml
- tests/lint.sh
- vendor/bin/composer-require-checker

jobs:
include:
Expand Down
2 changes: 2 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,14 @@
"role": "Developer"
}],
"require": {
"ext-mbstring": "*",
"ext-session": "*",
"php": "^7.1"
},
"require-dev": {
"duncan3dc/object-intruder": "^0.3.0",
"guzzlehttp/guzzle": "^6.3",
"maglnet/composer-require-checker": "^0.2.1",
"mockery/mockery": "^1.0",
"php-coveralls/php-coveralls": "^2.0",
"phpunit/phpunit": "^7.1"
Expand Down

0 comments on commit a40e64b

Please sign in to comment.