forked from gushphp/gush
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbox.json.dist
45 lines (45 loc) · 1.08 KB
/
box.json.dist
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"alias": "gush.phar",
"chmod": "0755",
"directories": ["src", "bin"],
"files": [
"LICENSE"
],
"finder": [
{
"name": "*.php",
"exclude": [
"tests",
"behat",
"phpunit",
"raulfraile",
"*Test.php",
"test",
"Tests",
"Test",
"*.lock"
],
"in": "vendor"
},
{
"name": "*.pem",
"in": "vendor/guzzle/guzzle/src/Guzzle/Http/Resources"
},
{
"name": "*.pem.*",
"in": "vendor/guzzle/guzzle/src/Guzzle/Http/Resources"
},
{
"name": "schema.json",
"in": "vendor/herrera-io/phar-update/res"
},
{
"name": "hiddeninput.exe",
"in": "vendor/symfony/console/Symfony/Component/Console/Resources/bin"
}
],
"git-version": "package_version",
"main": "bin/gush",
"output": "gush-@[email protected]",
"stub": true
}