forked from creativetimofficial/black-dashboard-laravel
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
24 lines (23 loc) · 679 Bytes
/
composer.json
File metadata and controls
24 lines (23 loc) · 679 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"name": "laravel-frontend-presets/black-dashboard",
"description": "Laravel 10.x Front-end preset for black dashboard",
"license": "MIT",
"homepage": "https://github.com/creativetimofficial/black-dashboard-laravel",
"keywords": ["Laravel", "Preset", "Black"],
"require": {
"laravel/framework": "^10.0",
"laravel/legacy-factories": "^1.0"
},
"autoload": {
"psr-4": {
"LaravelFrontendPresets\\BlackPreset\\": "src/"
}
},
"extra": {
"laravel": {
"providers": [
"LaravelFrontendPresets\\BlackPreset\\BlackPresetServiceProvider"
]
}
}
}