File tree 2 files changed +4
-8
lines changed
2 files changed +4
-8
lines changed Original file line number Diff line number Diff line change 4
4
"rmccue/requests" : " ~2.0" ,
5
5
"php" : " >=8.1" ,
6
6
"psr/cache" : " >=1.0" ,
7
- "lunr/config" : " dev-master " ,
8
- "lunr/cliparser" : " dev-master " ,
9
- "lunr/ticks" : " dev-master "
7
+ "lunr/config" : " ~0.11.0 " ,
8
+ "lunr/cliparser" : " ~0.11.0 " ,
9
+ "lunr/ticks" : " ~0.11.0 "
10
10
},
11
11
"suggest" : {
12
12
"ext-http" : " Needed for HTTP support in Corona, needed to get hostname in Shadow when parsing data" ,
13
13
"ext-msgpack" : " Needed for msgpack support in Corona" ,
14
14
"ext-uuid" : " Needed for setting unique request IDs in Corona/Shadow"
15
15
},
16
16
"require-dev" : {
17
- "lunr/halo" : " dev-master " ,
17
+ "lunr/halo" : " ~0.11.0 " ,
18
18
"phpunit/phpunit" : " >=9.0 <9.6" ,
19
19
"ext-xdebug" : " ~3.1"
20
20
},
Original file line number Diff line number Diff line change 2
2
"Lunr.Halo" : {
3
3
"url" : " https://github.com/lunr-php/lunr.halo.git" ,
4
4
"version" : " 0.11.0" ,
5
- "revision" : " master" ,
6
5
"psr4" : {
7
6
"prefix" : " Lunr\\ Halo" ,
8
7
"search-path" : " /src/Lunr/Halo/"
12
11
"Lunr.Config" : {
13
12
"url" : " https://github.com/lunr-php/lunr.config.git" ,
14
13
"version" : " 0.11.0" ,
15
- "revision" : " master" ,
16
14
"psr4" : {
17
15
"prefix" : " Lunr\\ Core" ,
18
16
"search-path" : " /src/Lunr/Core/"
21
19
"Lunr.CliParser" : {
22
20
"url" : " https://github.com/lunr-php/lunr.cliparser.git" ,
23
21
"version" : " 0.11.0" ,
24
- "revision" : " master" ,
25
22
"psr4" : {
26
23
"prefix" : " Lunr\\ Shadow" ,
27
24
"search-path" : " /src/Lunr/Shadow/"
30
27
"Lunr.Ticks" : {
31
28
"url" : " https://github.com/lunr-php/lunr.ticks.git" ,
32
29
"version" : " 0.11.0" ,
33
- "revision" : " master" ,
34
30
"psr4" : {
35
31
"prefix" : " Lunr\\ Ticks" ,
36
32
"search-path" : " /src/Lunr/Ticks/"
You can’t perform that action at this time.
0 commit comments