-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
40 lines (40 loc) · 1.07 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
{
"name": "brikdigital/craft-opening-hours",
"description": "Extensive opening hours field with opening hours per period, multiple opening hours per day and exceptional opening hours.",
"type": "craft-plugin",
"version": "5.0.5",
"license": "mit",
"support": {
"email": "[email protected]"
},
"require": {
"php": ">=8.2",
"craftcms/cms": "^5.0.0",
"nystudio107/craft-plugin-vite": "^5.0"
},
"require-dev": {
"craftcms/phpstan": "dev-main"
},
"autoload": {
"psr-4": {
"brikdigital\\craftopeninghours\\": "src/"
}
},
"extra": {
"handle": "opening-hours",
"name": "opening hours",
"developer": "Brik.digital",
"documentationUrl": "",
"class": "brikdigital\\craftopeninghours\\OpeningHours"
},
"config": {
"sort-packages": true,
"platform": {
"php": "8.2"
},
"allow-plugins": {
"yiisoft/yii2-composer": true,
"craftcms/plugin-installer": true
}
}
}