Skip to content

Commit cab1572

Browse files
committed
Merge branch 'phar'
2 parents 7868065 + 02686c2 commit cab1572

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)