-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
42 lines (42 loc) · 1.04 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
{
"name": "vaersaagod/bunnymate",
"description": "Keeping your bunny finely-tuned for a hoppy life, mate!",
"type": "craft-plugin",
"version": "2.0.0",
"keywords": [
"craft",
"cms",
"craftcms",
"craft-plugin",
"bunnymate"
],
"support": {
"docs": "https://github.com/vaersaagod/bunnymate/blob/main/README.md",
"issues": "https://github.com/vaersaagod/bunnymate/issues"
},
"license": "MIT",
"authors": [
{
"name": "Værsågod",
"homepage": "https://vaersaagod.no"
}
],
"require": {
"php": "^8.2",
"craftcms/cms": "^5.1.0"
},
"autoload": {
"psr-4": {
"vaersaagod\\bunnymate\\": "src/"
}
},
"extra": {
"name": "BunnyMate",
"handle": "_bunnymate",
"developer": "Værsågod",
"developerUrl": "https://vaersaagod.no",
"documentationUrl": "https://github.com/vaersaagod/bunnymate/blob/main/README.md",
"changelogUrl": "https://raw.githubusercontent.com/vaersaagod/bunny/main/CHANGELOG.md",
"class": "vaersaagod\\bunnymate\\BunnyMate"
}
}