-
Notifications
You must be signed in to change notification settings - Fork 8
/
composer.json
52 lines (51 loc) · 1.57 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
51
52
{
"name": "distilleries/expendable",
"description": "Expendable is an admin panel base on laravel 5.*. This package give you some implementation do add a content management system of your application. You can override everything. This Cms give view few tools to develop your content management easily and properly.",
"license": "MIT",
"keywords": [
"framework",
"laravel",
"admin",
"form-generator",
"datatable-generator",
"expendable",
"distilleries",
"gulp"
],
"authors": [
{
"name": "Maxime Francois",
"email": "[email protected]"
}
],
"require": {
"php": ">=7.1.3",
"illuminate/support": "5.8.*",
"illuminate/database": "5.8.*",
"illuminate/translation": "5.8.*",
"distilleries/datatable-builder": "2.14.*",
"distilleries/form-builder": "2.13.*",
"distilleries/permission-util": "1.10.*",
"distilleries/security": "1.1.*",
"forxer/Gravatar": "~1.2",
"maatwebsite/excel": "3.1.*"
},
"require-dev": {
"orchestra/database": "3.8.*",
"orchestra/testbench": "3.8.*",
"orchestra/testbench-browser-kit": "3.8.*",
"phpunit/phpunit": "~7.0",
"mockery/mockery": "~1.0",
"fzaninotto/faker": "~1.4"
},
"autoload": {
"classmap": [
"tests"
],
"psr-4": {
"Distilleries\\Expendable\\": "src/Distilleries/Expendable"
}
},
"minimum-stability": "dev",
"prefer-stable": true
}