-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathcomposer.json
40 lines (40 loc) · 992 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
31
32
33
34
35
36
37
38
39
40
{
"name": "owldesign/qarr",
"description": "Questions & Answers and Reviews & Ratings",
"type": "craft-plugin",
"version": "1.3.2",
"keywords": [
"craft",
"cms",
"craftcms",
"craft-plugin",
"qarr"
],
"support": {
"docs": "https://docs.qarr.tools",
"issues": "https://github.com/owldesign/qarr/issues"
},
"license": "MIT",
"authors": [
{
"name": "Vadim Goncharov",
"homepage": "https://owl-design.net"
}
],
"require": {
"craftcms/cms": "^3.0.0",
"hashids/hashids": "^2.0"
},
"autoload": {
"psr-4": {
"owldesign\\qarr\\": "src/"
}
},
"extra": {
"name": "QARR",
"handle": "qarr",
"description": "Questions & Answers and Reviews & Ratings",
"developer": "Vadim Goncharov",
"class": "owldesign\\qarr\\QARR"
}
}