forked from masugadesign/cp-filters-craft-cms
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
30 lines (30 loc) · 948 Bytes
/
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
{
"name": "masugadesign/cpfilters",
"description": "Advanced filtering for elements in the control panel.",
"version": "1.1.3",
"type": "craft-plugin",
"minimum-stability": "stable",
"require": {
"craftcms/cms": "^3.3.16 <3.8"
},
"autoload": {
"psr-4": {
"Masuga\\CpFilters\\": "src/"
}
},
"support": {
"email": "info@gomasuga.com",
"issues": "https://github.com/masugadesign/cp-filters-craft-cms/issues",
"source": "https://github.com/masugadesign/cp-filters-craft-cms",
"docs": "https://github.com/masugadesign/cp-filters-craft-cms/blob/master/README.md"
},
"extra": {
"handle": "cpfilters",
"name": "CP Filters",
"developer": "Masuga Design",
"schemaVersion": "1.1.0",
"developerUrl": "https://gomasuga.com",
"changelogUrl": "https://raw.githubusercontent.com/masugadesign/cp-filters-craft-cms/master/CHANGELOG.md",
"class": "Masuga\\CpFilters\\CpFilters"
}
}