-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
59 lines (59 loc) · 1.1 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "php-i/love",
"description": "Social Reactions System Interfaces",
"type": "library",
"license": "MIT",
"keywords": [
"i",
"php-i",
"unitype",
"love",
"hate",
"likeable",
"likable",
"like",
"dislike",
"favorite",
"favourite",
"rate",
"rating",
"emotion",
"reaction",
"reactable",
"reacter",
"star",
"kudos",
"adore",
"unlike",
"undislike"
],
"authors": [
{
"name": "Anton Komarev",
"email": "anton@komarev.com",
"homepage": "https://komarev.com",
"role": "Developer"
}
],
"homepage": "https://github.com/php-i/love",
"support": {
"email": "open@cybercog.su",
"issues": "https://github.com/php-i/love/issues",
"wiki": "https://github.com/php-i/love/wiki",
"source": "https://github.com/php-i/love",
"docs": "https://github.com/php-i/love/wiki"
},
"require": {
"php": "^7.1.3"
},
"autoload": {
"psr-4": {
"I\\Love\\": "src/"
}
},
"config": {
"sort-packages": true
},
"minimum-stability": "dev",
"prefer-stable" : true
}