-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathdecomposer.json
More file actions
38 lines (38 loc) · 1019 Bytes
/
decomposer.json
File metadata and controls
38 lines (38 loc) · 1019 Bytes
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
{
"Lunr.Halo": {
"url": "https://github.com/lunr-php/lunr.halo.git",
"version": "0.12.0",
"revision": "master",
"psr4": {
"prefix": "Lunr\\Halo",
"search-path": "/src/Lunr/Halo/"
},
"development-only": true
},
"Lunr.Ticks": {
"url": "https://github.com/lunr-php/lunr.ticks.git",
"version": "0.13.0",
"revision": "master",
"psr4": {
"prefix": "Lunr\\Ticks",
"search-path": "/src/Lunr/Ticks/"
}
},
"Mockery": {
"url": "https://github.com/mockery/mockery.git",
"version": "1.6.12",
"psr0": {
"path": "/library/"
},
"development-only": true
},
"Requests": {
"url": "https://github.com/framna-nl-backend/Requests.git",
"version": "2.0.15.90",
"revision": "release/2.0.x",
"psr4": {
"prefix": "WpOrg\\Requests",
"search-path": "/src/"
}
}
}