forked from AsgardCms/Core
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
47 lines (47 loc) · 1.16 KB
/
composer.json
File metadata and controls
47 lines (47 loc) · 1.16 KB
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
{
"name": "asgardcms/core-module",
"type": "asgard-module",
"description": "The core module for AsgardCMS. This is required for every install.",
"keywords": [
"asgardcms",
"core"
],
"license": "MIT",
"authors": [
{
"name": "Nicolas Widart",
"email": "info@asgardcms.com",
"role": "Developer"
}
],
"support": {
"email": "support@asgardcms.com",
"issues": "https://github.com/AsgardCms/Core/issues",
"source": "https://github.com/AsgardCms/Core"
},
"require": {
"php": ">=5.4",
"composer/installers": "~1.0",
"pingpong/modules": "2.0.*@dev",
"laravelcollective/html": "~5.0",
"laracasts/flash": "~1.3",
"laracasts/presenter": "~0.2",
"guzzlehttp/guzzle": "~5.0",
"dimsav/laravel-translatable": "~5.0",
"mcamara/laravel-localization": "~1.0",
"floatingpoint/stylist": "dev-master",
"maatwebsite/laravel-sidebar": "~1.0"
},
"require-dev": {
"phpunit/phpunit": "~4.0",
"orchestra/testbench": "~3.0"
},
"autoload-dev": {
"psr-4": {
"Modules\\Core\\": ".",
"Modules\\": "Modules/"
}
},
"minimum-stability": "dev",
"prefer-stable": true
}