forked from OliveStudio/olivemenus
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
45 lines (45 loc) · 1.27 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
{
"name": "olivestudio/craft-olivemenus",
"description": "A powerful menus plugin for Craft 4 built for the need of simplicity and flexibility",
"type": "craft-plugin",
"version": "4.0.0",
"keywords": [
"craft",
"cms",
"craftcms",
"craft-plugin",
"olivemenus"
],
"support": {
"docs": "https://github.com/OliveStudio/olivemenus/blob/master/README.md",
"issues": "https://github.com/OliveStudio/olivemenus/issues"
},
"license": "MIT",
"authors": [
{
"name": "Olive Studio",
"homepage": "https://www.olivestudio.net/"
}
],
"require": {
"craftcms/cms": "^4.0.0",
"php": "^8.0.2"
},
"autoload": {
"psr-4": {
"olivestudio\\olivemenus\\": "src/"
}
},
"extra": {
"name": "Olivemenus",
"handle": "olivemenus",
"hasCpSettings": false,
"hasCpSection": true,
"changelogUrl": "https://raw.githubusercontent.com/OliveStudio/olivemenus/master/CHANGELOG.md",
"components": {
"olivemenusService": "olivestudio\\olivemenus\\services\\OlivemenusService"
},
"class": "olivestudio\\olivemenus\\Olivemenus"
},
"minimum-stability": "stable"
}