-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
37 lines (37 loc) · 1.09 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
{
"name": "serieseight/craft-bunny-stream",
"type": "craft-plugin",
"license": "proprietary",
"support": {
"email": "info@serieseight.com",
"issues": "https://github.com/serieseight/craft-bunny-stream/issues?state=open",
"source": "https://github.com/serieseight/craft-bunny-stream",
"docs": "https://github.com/serieseight/craft-bunny-stream",
"rss": "https://github.com/serieseight/craft-bunny-stream/releases.atom"
},
"require": {
"php": ">=8.0.2",
"craftcms/cms": "^4.5.0"
},
"autoload": {
"psr-4": {
"serieseight\\bunnystream\\": "src/"
}
},
"extra": {
"handle": "bunny-stream",
"name": "Bunny Stream",
"developer": "Series Eight",
"documentationUrl": "https://github.com/serieseight/craft-bunny-stream"
},
"config": {
"sort-packages": true,
"platform": {
"php": "8.0.2"
},
"allow-plugins": {
"yiisoft/yii2-composer": true,
"craftcms/plugin-installer": true
}
}
}