-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathdecomposer.json
59 lines (59 loc) · 1.48 KB
/
decomposer.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
{
"Lunr.Halo": {
"url": "https://github.com/lunr-php/lunr.halo.git",
"version": "0.11.0",
"revision": "master",
"psr4": {
"prefix": "Lunr\\Halo",
"search-path": "/src/Lunr/Halo/"
},
"development-only": true
},
"Psr-Log": {
"url": "https://github.com/php-fig/log.git",
"version": "3.0.0",
"psr4": {
"prefix": "Psr\\Log",
"search-path": "/src/"
}
},
"ApnsPHP": {
"url": "https://github.com/move-backend/apnsphp.git",
"version": "4.0.0rc1",
"psr0": {
"path": "/"
}
},
"JWT": {
"url": "https://github.com/lcobucci/JWT.git",
"version": "5.3.0",
"psr4": {
"prefix": "Lcobucci\\JWT",
"search-path": "/src/"
}
},
"PHPMailer": {
"url": "https://github.com/PHPMailer/PHPMailer.git",
"version": "6.9.1",
"psr4": {
"prefix": "PHPMailer\\PHPMailer",
"search-path": "/src/"
}
},
"Requests": {
"url": "https://github.com/WordPress/Requests.git",
"version": "2.0.11",
"psr4": {
"prefix": "WpOrg\\Requests",
"search-path": "/src/"
}
},
"Mockery": {
"url": "https://github.com/mockery/mockery.git",
"version": "1.6.12",
"psr0": {
"path": "/library/"
},
"development-only": true
}
}