-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathbox.json
More file actions
37 lines (37 loc) · 866 Bytes
/
box.json
File metadata and controls
37 lines (37 loc) · 866 Bytes
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
{
"algorithm": "SHA1",
"alias": "translala.phar",
"banner": "",
"chmod": "0755",
"compactors": [
"Herrera\\Box\\Compactor\\Json",
"Herrera\\Box\\Compactor\\Php"
],
"directories": "src",
"extract": true,
"files": [
"vendor/autoload.php",
"vendor/composer/installed.json"
],
"finder": [
{
"exclude": [
"tests",
"Tests"
],
"in": [
"vendor",
"vendor/guzzlehttp",
"vendor/php-http",
"vendor/php-translation",
"vendor/psr",
"vendor/symfony"
],
"name": "*.php"
}
],
"git-version": "package_version",
"main": "bin/translala",
"output": "build/translala.phar",
"stub": true
}