forked from FriendsOfPHP/pickle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbox.json.dist
42 lines (42 loc) · 1.06 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
{
"alias": "pickle.phar",
"chmod": "0755",
"compactors": [
"Herrera\\Box\\Compactor\\Json",
"Herrera\\Box\\Compactor\\Php"
],
"directories": ["src", "vendor/composer/composer/res"],
"finder": [
{
"name": "*.php",
"exclude": [
"CHANGELOG",
"CONTRIBUTING",
"README",
"Tests",
"atoum",
"behat",
"bin",
"hoa",
"phpunit",
"symfony/class-loader",
"symfony/config",
"symfony/dependency-injection",
"symfony/event-dispatcher",
"symfony/filesystem",
"symfony/translation",
"symfony/yaml",
"tests"
],
"in": "vendor"
},
{
"name":"composer-schema.json",
"in":"/"
}
],
"git-tag": "pickle-version",
"main": "bin/pickle",
"output": "pickle.phar",
"stub": true
}