forked from wmdhosting/craft3-section-and-product-type-field
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
41 lines (41 loc) · 1.33 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
{
"name": "wmd/section-and-product-type",
"description": "If you buidling some Page content builder this can very usefull field type",
"type": "craft-plugin",
"version": "1.0.5",
"keywords": [
"craft",
"cms",
"craftcms",
"craft-plugin",
"section and product type"
],
"support": {
"docs": "https://github.com/https://github.com/section-and-product-type/blob/master/README.md",
"issues": "https://github.com/https://github.com/section-and-product-type/issues"
},
"license": "MIT",
"authors": [
{
"name": "WMD Hosting",
"homepage": "https://wmd.hosting/"
}
],
"require": {
"craftcms/cms": "^3.0.0"
},
"autoload": {
"psr-4": {
"wmd\\sectionandproducttype\\": "src/"
}
},
"extra": {
"name": "Section + Product Type",
"handle": "section-and-product-type",
"developer": "WMD Hosting",
"developerUrl": "https://wmd.hosting/",
"documentationUrl": "https://github.com/https://github.com/section-and-product-type/blob/master/README.md",
"changelogUrl": "https://raw.githubusercontent.com/https://github.com/section-and-product-type/master/CHANGELOG.md",
"class": "wmd\\sectionandproducttype\\SectionAndProductType"
}
}