-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
37 lines (37 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
{
"name": "murtadah/dashboard",
"description": "Complete dashboard with automatic menu discovary based on user's roles and permission the system is also integrated with charts and datatables",
"type": "library",
"require": {
"laravel/ui": "^4.0",
"consoletvs/charts": "^6.6",
"doctrine/dbal": "^3.6",
"drewm/mailchimp-api": "^2.5",
"laravel/octane": "^1.4",
"spatie/flysystem-dropbox": "^2.0",
"spatie/laravel-newsletter": "^5.1",
"spatie/laravel-validation-rules": "^3.2",
"yajra/laravel-datatables":"^10.0"
},
"license": "MIT",
"autoload": {
"psr-4": {
"Murtadah\\Dashboard\\": "src/"
}
},
"extra": {
"laravel": {
"providers": [
"Murtadah\\Dashboard\\DashboardServiceProvider"
]
}
},
"authors": [
{
"name": "Murtadah Haddad",
"email": "[email protected]",
"role":"Develpor"
}
],
"minimum-stability": "stable"
}