-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
50 lines (50 loc) · 1.17 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
{
"name": "spira/core",
"description": "Spira app core",
"keywords": [
"framework",
"laravel",
"lumen"
],
"license": "MIT",
"type": "project",
"repositories": [
{
"type": "vcs",
"url": "http://github.com/spira/database"
}
],
"require": {
"laravel/lumen-framework": "5.2.*",
"vlucas/phpdotenv": "~1.0",
"bosnadev/database": "0.13.0",
"league/fractal": "0.12.*",
"illuminate/mail": "^5.0",
"elasticsearch/elasticsearch": "~1.0",
"elasticquent/elasticquent": "1.0.*",
"barryvdh/laravel-cors": "0.7.x",
"guzzlehttp/guzzle": "6.1.*"
},
"require-dev": {
"symfony/var-dumper": "^3.0",
"satooshi/php-coveralls": "dev-master",
"phpunit/phpunit": "~4.0",
"mockery/mockery": "^0.9.4",
"fzaninotto/faker": "^1.4"
},
"autoload": {
"psr-4": {
"Spira\\Core\\": ""
},
"classmap": [
"database/"
]
},
"config": {
"preferred-install": "dist"
},
"scripts": {
"post-update-cmd": [
]
}
}