Skip to content
This repository was archived by the owner on Jul 8, 2023. It is now read-only.

Commit 76216dc

Browse files
author
guillermo.fisher
committed
Added the box config.
1 parent 4b94e4a commit 76216dc

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

box.json

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
{
2+
"chmod": "0755",
3+
"directories": ["src", "vendor"],
4+
"main": "./bin/hrphp",
5+
"finder": [
6+
{
7+
"name": "*.php",
8+
"exclude": [
9+
"herrera-io",
10+
"kherge",
11+
"phpseclib",
12+
"phpunit",
13+
"phing",
14+
"squizlabs",
15+
"tests",
16+
"doc",
17+
"docs",
18+
"Tests",
19+
"yaml"
20+
],
21+
"in": "vendor"
22+
}
23+
],
24+
"output": "hrphp.phar",
25+
"git-version": "package_version",
26+
"stub": true
27+
}

0 commit comments

Comments
 (0)