-
Notifications
You must be signed in to change notification settings - Fork 47
/
composer.json
41 lines (41 loc) · 1.13 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
{
"name": "laravel/lumen",
"description": "The Laravel Lumen Framework.",
"keywords": ["framework", "laravel", "lumen"],
"license": "MIT",
"type": "project",
"require": {
"php": ">=5.5.9",
"laravel/lumen-framework": "5.2.*",
"vlucas/phpdotenv": "~2.2",
"jenssegers/mongodb": "3.*",
"bugsnag/bugsnag-laravel": "1.*",
"mixpanel/mixpanel-php" : "2.*",
"nebo15/lumen.rest": "*",
"nebo15/eloquent.changelog": "*",
"nebo15/lumen.applicationable": "*",
"nebo15/lumen.oauth2-mongodb": "*",
"nebo15/lumen.intercom": "*",
"nebo15/lumen.mixpanel": "*",
"wildbit/postmark-php": "^2.2"
},
"require-dev": {
"fzaninotto/faker": "~1.4",
"phpunit/phpunit": "~4.0",
"squizlabs/php_codesniffer": "2.*",
"barryvdh/laravel-ide-helper": "^2.1",
"codeception/codeception": "*",
"flow/jsonpath": "^0.3.1"
},
"autoload": {
"psr-4": {
"App\\": "app/"
}
},
"autoload-dev": {
"classmap": [
"tests/",
"database/"
]
}
}