This repository has been archived by the owner on Oct 15, 2024. It is now read-only.
forked from inetprocess/sugarcli
-
Notifications
You must be signed in to change notification settings - Fork 0
/
box.json.dist
53 lines (53 loc) · 1.64 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
46
47
48
49
50
51
52
53
{
"alias": "sugarcli.phar",
"algorithm": "SHA512",
"banner": "SugarCLI\n\nPHP Version 5.3 -> 5.4\nSugarCRM Versions 6.5 - 7.6\n\n@author Rémi Sauvat\n@author Emmanuel Dyan\n@copyright 2005-2015 iNet Process\n\n@package inetprocess/sugarcrm\n\n@license Apache License 2.0\n\n@link https://github.com/inetprocess/sugarcli\n",
"chmod": "0755",
"compression": "GZ",
"finder-bin": [
{
"ignoreVCS": true,
"ignoreDotFiles": true,
"name": "*.php",
"in": [
"src",
"vendor/composer",
"vendor/csanquer",
"vendor/doctrine",
"vendor/fzaninotto",
"vendor/guzzle",
"vendor/inetprocess",
"vendor/jms",
"vendor/linfo",
"vendor/padraic",
"vendor/phpcollection/phpcollection",
"vendor/phpoption/phpoption",
"vendor/psr",
"vendor/ramsey",
"vendor/symfony"
],
"exclude": [
"test",
"tests",
"Tests"
]
},
{
"ignoreVCS": true,
"ignoreDotFiles": true,
"in": "res"
}
],
"files-bin": [
"vendor/guzzle/guzzle/src/Guzzle/Http/Resources/cacert.pem",
"vendor/inetprocess/libinventoryclient/src/InventoryService.json",
"vendor/autoload.php"
],
"files": [
"bin/sugarcli"
],
"git-version": "sugarcli_version",
"main": "/bin/sugarcli",
"output": "build/sugarcli.phar",
"stub": true
}