-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
55 lines (55 loc) · 1.65 KB
/
composer.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
{
"name": "fed/ewma",
"type": "ewma-module",
"description": "ewma fw",
"authors": [
{
"name": "fed",
"email": "[email protected]"
}
],
"minimum-stability": "stable",
"require": {
"fed/ewma-module-installer-plugin": "~0.0.1",
"fed/css": "*",
"fed/css-fontawesome": "*",
"fed/clients-pusher": "*",
"fed/ewma-access": "*",
"fed/ewma-apps": "*",
"fed/ewma-call-center": "*",
"fed/ewma-components": "*",
"fed/ewma-data-sets": "*",
"fed/ewma-dev": "*",
"fed/ewma-handlers": "*",
"fed/ewma-node-file-editor": "*",
"fed/ewma-remote-call": "*",
"fed/ewma-routers": "*",
"fed/js-ace": "*",
"fed/js-jquery": "*",
"fed/plugins-perfect-scrollbar": "*",
"fed/std": "*",
"fed/std-data-exchange": "*",
"fed/std-ui": "*",
"fed/std-layouts": "*",
"fed/std-mailer": "*",
"fed/std-files-transfer": "*",
"fed/std-tables-transfer": "*",
"fed/std-queue": "*",
"fed/std-ui-auth": "*",
"fed/std-ui-data": "*",
"fed/std-ui-dialogs": "*",
"fed/std-ui-nav": "*",
"fed/std-ui-tree": "*",
"illuminate/filesystem": "^5.2",
"illuminate/database": "5.*",
"illuminate/cache": "*",
"illuminate/events": "5.*",
"sleeping-owl/with-join": "1.0.11",
"symfony/http-foundation": "^3.0",
"nesbot/carbon": "~1.0",
"league/flysystem": "~1.0",
"oyejorge/less.php": "~1.7.0.10",
"matthiasmullie/minify": "^1.3",
"filp/whoops": "^2.1"
}
}