Skip to content
This repository was archived by the owner on Dec 29, 2020. It is now read-only.

Commit af8a0e0

Browse files
committed
Box configuration
1 parent 2f369b0 commit af8a0e0

File tree

2 files changed

+28
-0
lines changed

2 files changed

+28
-0
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
/vendor/
2+
/phpdoc-to-typehint.phar

box.json

+27
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
{
2+
"directories": ["src/"],
3+
"finder": [
4+
{
5+
"name": "*.php",
6+
"exclude": [
7+
".gitignore",
8+
".md",
9+
"phpunit",
10+
"Tester",
11+
"Tests",
12+
"tests",
13+
"yaml"
14+
],
15+
"in": "vendor"
16+
}
17+
],
18+
"compactors": [
19+
"Herrera\\Box\\Compactor\\Json",
20+
"Herrera\\Box\\Compactor\\Php"
21+
],
22+
"git-version": "package_version",
23+
"main": "bin/phpdoc-to-typehint",
24+
"output": "phpdoc-to-typehint.phar",
25+
"stub": true,
26+
"chmod": "0755"
27+
}

0 commit comments

Comments
 (0)