-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathcomposer.json
48 lines (48 loc) · 1.06 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
{
"name": "cargomedia/cm",
"license": "MIT",
"config": {
"bin-dir": "bin/"
},
"require": {
"composer/composer": "1.0.0-alpha10",
"smarty/smarty": "3.1.16",
"leafo/lessphp": "~0.5.0",
"easybook/geshi": "1.0.8.11",
"phpmailer/phpmailer": "5.2.6",
"michelf/php-markdown": "1.4.0",
"lstrojny/functional-php": "1.0.0-alpha2",
"aws/aws-sdk-php": "~2.7",
"nicmart/tree": "~0.2.0",
"kissmetrics/kissmetrics-php": "~0.1.0",
"elasticsearch/elasticsearch": "~2.0.0",
"guzzlehttp/guzzle": "~5.3.0",
"kickbox/kickbox": "~1.0.3",
"tomaszdurka/codegenerator": "~0.5.0",
"jenssegers/agent" : "~2.3.1",
"predis/predis": "~1.0.3"
},
"require-dev": {
"phpunit/phpunit": "~4.8.0",
"tomaszdurka/mocka": "~0.11.0"
},
"autoload": {
"psr-0": {
"CM_": "library/",
"CMService_": "library/"
}
},
"autoload-dev": {
"psr-0": {
"CMTest_": "tests/helpers/CMTest/library/"
}
},
"bin": ["bin/cm"],
"extra": {
"cm-modules": {
"CM": {
"path": ""
}
}
}
}