-
-
Notifications
You must be signed in to change notification settings - Fork 22
/
composer.json
43 lines (43 loc) · 1.07 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
{
"name": "webreinvent/vaahcms",
"version": "2.2.13",
"description": "VaahCMS is a laravel based open-source web application development platform shipped with headless content management system.",
"keywords": ["vaahcms", "headless", "hmvc", "laravel", "cms", "vue", "pinia"],
"homepage": "https://webreinvent.com",
"license": "MIT",
"authors": [
{
"name": "WebReinvent",
"email": "[email protected]"
}
],
"require": {
"php": "^8.1",
"webreinvent/laravel-nestable": "^0.0.3",
"barryvdh/laravel-dompdf": "^v2.0",
"composer/composer": "^2.4",
"creativeorange/gravatar": "^1.0",
"maatwebsite/excel": "^3.1",
"ixudra/curl": "^6.22",
"lab404/laravel-impersonate": "^1.7"
},
"extra": {
"laravel": {
"providers": [
"WebReinvent\\VaahCms\\VaahCmsServiceProvider"
],
"aliases": {
}
}
},
"autoload": {
"classmap": [
"/"
],
"psr-4": {
"WebReinvent\\VaahCms\\": "/"
},
"files": [
]
}
}