-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
31 lines (31 loc) · 1.16 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
{
"name": "melasistema/hyde-layouts-manager",
"description": "Effortless HydePHP Layouts and Components Management. HydePHP Layouts Manager is a powerful Composer package that simplifies the way you manage layouts and reusable components within your HydePHP projects.",
"type": "library",
"license": "MIT",
"version": "0.4.0",
"keywords": ["hydephp", "hyde", "hyde layouts", "hydephp layouts", "layouts-manager", "layout customization", "tailwindcss", "laravel", "laravel integration", "php library", "hydephp extension", "developer tools", "frontend framework", "hydephp theme", "hyde modular layouts", "laravel ecosystem"],
"autoload": {
"psr-4": {
"Melasistema\\HydeLayoutsManager\\": "src/"
}
},
"authors": [
{
"name": "Luca Visciola",
"email": "[email protected]"
}
],
"minimum-stability": "stable",
"prefer-stable": true,
"require": {
"hyde/framework": "^1.7"
},
"extra": {
"laravel": {
"providers": [
"Melasistema\\HydeLayoutsManager\\HydeLayoutsManagerServiceProvider"
]
}
}
}