forked from craftcms/store-hours
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
43 lines (43 loc) · 1.12 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
{
"name": "craftcms/store-hours",
"description": "This plugin adds a new “Store Hours” field type to Craft, for collecting the opening and closing hours of a business for each day of the week.",
"version": "2.1.1.1",
"type": "craft-plugin",
"keywords": [
"html",
"hours",
"store",
"cms",
"craftcms",
"json",
"yii2"
],
"license": "MIT",
"authors": [
{
"name": "Pixel & Tonic",
"homepage": "https://pixelandtonic.com/"
}
],
"support": {
"email": "[email protected]",
"issues": "https://github.com/craftcms/store-hours/issues?state=open",
"source": "https://github.com/craftcms/store-hours",
"docs": "https://github.com/craftcms/store-hours/blob/v2/README.md",
"rss": "https://github.com/craftcms/store-hours/commits/v2.atom"
},
"require": {
"craftcms/cms": "^3.0.0-beta.20"
},
"autoload": {
"psr-4": {
"craft\\storehours\\": "src/"
}
},
"extra": {
"name": "Store Hours",
"handle": "store-hours",
"schemaVersion": "1.0.2",
"documentationUrl": "https://github.com/craftcms/store-hours/blob/v2/README.md"
}
}