-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsatis.json
75 lines (75 loc) · 2.01 KB
/
satis.json
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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"name": "supportpal",
"homepage": "https://supportpal.github.io/satis",
"include-filename": "all.json",
"repositories": [
{
"packagist.org": false
},
{
"type": "composer",
"url": "https://horde-satis.maintaina.com"
},
{
"type": "package",
"package": [
{
"name": "phpclasses/mimeparser",
"version": "1.85",
"autoload": {
"classmap": ["mime_parser.php", "rfc822_addresses.php"]
},
"dist": {
"url": "https://raw.githubusercontent.com/supportpal/satis/main/packages/phpclasses/mimeparser/mimeparser-1.85.0.zip",
"shasum": "9ad6ada0ac29e783f6e7a4bcb47b00dd912b6a33",
"type": "zip"
}
}
]
},
{
"type": "package",
"package": [
{
"name": "phpclasses/mimeparser",
"version": "1.88",
"autoload": {
"classmap": ["mime_parser.php", "rfc822_addresses.php"]
},
"dist": {
"url": "https://raw.githubusercontent.com/supportpal/satis/main/packages/phpclasses/mimeparser/mimeparser-1.88.0.zip",
"shasum": "ade16b932767b62b27395176753bfb78c4f235e6",
"type": "zip"
}
}
]
},
{
"type": "vcs",
"url": "https://github.com/bytestream/laravel-js-localization.git"
},
{
"type": "vcs",
"url": "https://github.com/bytestream/CssToInlineStyles.git"
},
{
"type": "vcs",
"url": "https://github.com/bytestream/laravel-websockets.git"
},
{
"type": "vcs",
"url": "https://github.com/bytestream/php-graph-sdk.git"
}
],
"require": {
"andywer/js-localization": "*",
"beyondcode/laravel-websockets": "*",
"facebook/graph-sdk": "*",
"horde/imap_client": "dev-FRAMEWORK_6_0",
"phpclasses/mimeparser": "*",
"tijsverkoyen/css-to-inline-styles": "*"
},
"require-all": false,
"require-dependencies": true,
"require-dev-dependencies": true
}