Skip to content

Commit 02686c2

Browse files
committed
Adding config to generate a phar with box
https://github.com/box-project/box2
1 parent d907252 commit 02686c2

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

box.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"directories": ["src"],
3+
"files": ["license.txt"],
4+
"finder": [
5+
{
6+
"name": "*.php",
7+
"exclude": ["tests", "Tests", "phpunit", "mockery"],
8+
"in": "vendor"
9+
}
10+
],
11+
"main": "bin/php-semver-checker",
12+
"output": "php-semver-checker.phar",
13+
"stub": true
14+
}

0 commit comments

Comments
 (0)