-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
47 lines (47 loc) · 1.25 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
46
47
{
"name": "belniakmedia/matrix-table-cell",
"description": "Table Cell FieldType for CraftCMS 3+",
"type": "craft-plugin",
"version": "1.0.0",
"keywords": [
"craft",
"cms",
"craftcms",
"craft-plugin",
"matrix table cell"
],
"support": {
"docs": "https://github.com/BelniakMedia/MatrixTableCell",
"issues": "https://github.com/BelniakMedia/MatrixTableCell/issues"
},
"license": "MIT",
"authors": [
{
"name": "Belniak Media, Inc.",
"homepage": "http://www.belniakmedia.com"
}
],
"require": {
"craftcms/cms": "~3.0.0-beta.23"
},
"repositories": [
{
"type": "composer",
"url": "https://asset-packagist.org"
}
],
"autoload": {
"psr-4": {
"BelniakMedia\\MatrixTableCell\\": "src/"
}
},
"extra": {
"name": "Matrix Table Cell",
"handle": "matrix-table-cell",
"schemaVersion": "1.0.0",
"hasCpSettings": false,
"hasCpSection": false,
"changelogUrl": "https://github.com/BelniakMedia/MatrixTableCell/blob/master/CHANGELOG.md",
"class": "BelniakMedia\\MatrixTableCell\\MatrixTableCell"
}
}