forked from cobaltcrm/cobalt
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
33 lines (33 loc) · 833 Bytes
/
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
{
"name": "cobalt/cobalt",
"description": "Cobalt combines a beautiful interface with incredible functionality to provide a truly wonderful CRM experience.",
"license": "GPL-3.0",
"require": {
"php": ">=5.3.10",
"joomla/application": "~1.2",
"joomla/controller": "~1.1",
"joomla/crypt": "~1.1",
"joomla/database": "~1.1",
"joomla/date": "~1.1",
"joomla/di": "~1.2",
"joomla/event": "~1.1",
"joomla/filesystem": "~1.1",
"joomla/filter": "~1.1",
"joomla/image": "~1.1",
"joomla/input": "~1.1",
"joomla/language": "~1.1",
"joomla/model": "~1.1",
"joomla/registry": "~1.2",
"joomla/router": "~1.1",
"joomla/string": "~1.2",
"joomla/view": "~1.1",
"symfony/http-foundation": "2.3.*",
"filp/whoops": "1.*",
"tracy/tracy": "2.2.3"
},
"autoload": {
"psr-0": {
"Cobalt\\": "src/"
}
}
}