Skip to content

Commit

Permalink
Fixes #17, uses humbug instead of kherges box (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
NielsdeBlaauw authored Jan 26, 2019
1 parent ab0967e commit 89e0137
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 14 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ language: php
matrix:
fast_finish: true
include:
- php: '7.0'
- php: '7.1'
- php: '7.2'
env:
Expand All @@ -18,7 +17,7 @@ script:
- vendor/bin/phpcs
- "vendor/bin/phpmd ./ text cleancode,codesize,controversial,design,naming,unusedcode --exclude vendor/"
- "./bin/php-doc-check -d ./ --exclude vendor/"
- 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,7 +24,7 @@
},
"require-dev": {
"squizlabs/php_codesniffer": "^3.4",
"kherge/box": "~2.0",
"humbug/box": "^3.4",
"phpmd/phpmd": "^2.6"
}
}

0 comments on commit 89e0137

Please sign in to comment.