Skip to content

Commit

Permalink
Fixes #17, uses humbug instead of kherges box
Browse files Browse the repository at this point in the history
  • Loading branch information
NielsdeBlaauw committed Jan 26, 2019
1 parent 382bfbf commit 71002c5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ script:
- vendor/bin/phpcs
- "./bin/php-doc-check -d ./ --exclude vendor/"
- ls .travis/
- vendor/bin/box build
- vendor/bin/box compile
- "php ./bin/php-doc-check.phar -d ./ --exclude vendor/"
before_deploy:
- echo $DECRYPT_KEY | gpg --passphrase-fd 0 .travis/keys.asc.gpg
Expand Down
15 changes: 4 additions & 11 deletions box.json.dist
Original file line number Diff line number Diff line change
@@ -1,13 +1,6 @@
{
"chmod": "0755",
"main": "bin/php-doc-check",
"output": "bin/php-doc-check.phar",
"directories": ["src"],
"finder": [
{
"name": "*.php",
"in": "vendor"
}
],
"stub": true
"banner-file": "LICENSE",
"compactors": [
"KevinGH\\Box\\Compactor\\Php"
]
}
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@
},
"require-dev": {
"squizlabs/php_codesniffer": "^3.4",
"kherge/box": "~2.0"
"humbug/box": "^3.4"
}
}

0 comments on commit 71002c5

Please sign in to comment.