-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
executable file
·36 lines (36 loc) · 1004 Bytes
/
Copy pathcomposer.json
File metadata and controls
executable file
·36 lines (36 loc) · 1004 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
25
26
27
28
29
30
31
32
33
34
35
36
{
"name": "dowleydeveloped/website-documentation",
"description": "Add Guides to your website to help both clients & agency",
"type": "craft-plugin",
"version": "2.3.0",
"license": "MIT",
"authors": [
{
"name": "Dowley Developed",
"homepage": "https://charlottedowley.co.uk"
}
],
"require": {
"craftcms/cms": "^5.0.0"
},
"autoload": {
"psr-4": {
"dowleydeveloped\\websitedocumentation\\": "src/"
}
},
"extra": {
"name": "Website Documentation",
"handle": "websitedocumentation",
"developer": "Dowley Developed",
"developerUrl": "https://charlottedowley.co.uk",
"documentationUrl": "https://github.com/dowleydeveloped/website-documentation/blob/main/README.md",
"changelogUrl": "https://raw.githubusercontent.com/dowleydeveloped/website-documentation/main/CHANGELOG.md",
"class": "dowleydeveloped\\websitedocumentation\\WebsiteDocumentation"
},
"config": {
"allow-plugins": {
"yiisoft/yii2-composer": true,
"craftcms/plugin-installer": true
}
}
}