-
Notifications
You must be signed in to change notification settings - Fork 15
/
decomposer.json
54 lines (54 loc) · 1.41 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
{
"Lunr.Halo": {
"url": "https://github.com/lunr-php/lunr.halo.git",
"version": "0.10.0",
"revision": "master",
"psr4": {
"prefix": "Lunr\\Halo",
"search-path": "/src/Lunr/Halo/"
},
"development-only": true
},
"Lunr.Config": {
"url": "https://github.com/lunr-php/lunr.config.git",
"version": "0.10.0",
"revision": "master",
"psr4": {
"prefix": "Lunr\\Core",
"search-path": "/src/Lunr/Core/"
}
},
"Lunr.CliParser": {
"url": "https://github.com/lunr-php/lunr.cliparser.git",
"version": "0.10.0",
"revision": "master",
"psr4": {
"prefix": "Lunr\\Shadow",
"search-path": "/src/Lunr/Shadow/"
}
},
"Psr-Log": {
"url": "https://github.com/php-fig/log.git",
"version": "3.0.0",
"psr4": {
"prefix": "Psr\\Log",
"search-path": "/src/"
}
},
"Requests": {
"url": "https://github.com/WordPress/Requests.git",
"version": "2.0.11",
"psr4": {
"prefix": "WpOrg\\Requests",
"search-path": "/src/"
}
},
"Psr-Cache": {
"url": "https://github.com/php-fig/cache.git",
"version": "3.0.0",
"psr4": {
"prefix": "Psr\\Cache",
"search-path": "/src/"
}
}
}