Skip to content

Commit 89e0137

Browse files
Fixes #17, uses humbug instead of kherges box (#19)
1 parent ab0967e commit 89e0137

3 files changed

Lines changed: 6 additions & 14 deletions

File tree

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ language: php
22
matrix:
33
fast_finish: true
44
include:
5-
- php: '7.0'
65
- php: '7.1'
76
- php: '7.2'
87
env:
@@ -18,7 +17,7 @@ script:
1817
- vendor/bin/phpcs
1918
- "vendor/bin/phpmd ./ text cleancode,codesize,controversial,design,naming,unusedcode --exclude vendor/"
2019
- "./bin/php-doc-check -d ./ --exclude vendor/"
21-
- vendor/bin/box build
20+
- vendor/bin/box compile
2221
- "php ./bin/php-doc-check.phar -d ./ --exclude vendor/"
2322
before_deploy:
2423
- echo $DECRYPT_KEY | gpg --passphrase-fd 0 .travis/keys.asc.gpg

box.json.dist

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,6 @@
11
{
2-
"chmod": "0755",
3-
"main": "bin/php-doc-check",
4-
"output": "bin/php-doc-check.phar",
5-
"directories": ["src"],
6-
"finder": [
7-
{
8-
"name": "*.php",
9-
"in": "vendor"
10-
}
11-
],
12-
"stub": true
2+
"banner-file": "LICENSE",
3+
"compactors": [
4+
"KevinGH\\Box\\Compactor\\Php"
5+
]
136
}

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
},
2525
"require-dev": {
2626
"squizlabs/php_codesniffer": "^3.4",
27-
"kherge/box": "~2.0",
27+
"humbug/box": "^3.4",
2828
"phpmd/phpmd": "^2.6"
2929
}
3030
}

0 commit comments

Comments
 (0)