forked from lunr-php/lunr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
decomposer.json
53 lines (53 loc) · 1.38 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
{
"Lunr.Halo": {
"url": "https://github.com/lunr-php/lunr.halo.git",
"version": "0.9.0",
"revision": "master",
"psr4": {
"prefix": "Lunr\\Halo",
"search-path": "/src/Lunr/Halo/"
}
},
"Lunr.Config": {
"url": "https://github.com/lunr-php/lunr.config.git",
"version": "0.9.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.9.0",
"revision": "master",
"psr4": {
"prefix": "Lunr\\Shadow",
"search-path": "/src/Lunr/Shadow/"
}
},
"Psr-Log": {
"url": "https://github.com/php-fig/log.git",
"version": "1.1.4",
"psr4": {
"prefix": "Psr\\Log",
"search-path": "/Psr/Log/"
}
},
"Requests": {
"url": "https://github.com/WordPress/Requests.git",
"version": "2.0.5",
"psr4": {
"prefix": "WpOrg\\Requests",
"search-path": "/src/"
}
},
"Psr-Cache": {
"url": "https://github.com/php-fig/cache.git",
"version": "1.0.1",
"psr4": {
"prefix": "Psr\\Cache",
"search-path": "/src/"
}
}
}