Skip to content

Commit 1717272

Browse files
committed
General: Lock Dependencies
1 parent a2cf5db commit 1717272

File tree

2 files changed

+6
-9
lines changed

2 files changed

+6
-9
lines changed

composer.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
"rmccue/requests": "~2.0",
55
"php": ">=8.1",
66
"psr/cache": "~1.0",
7-
"lunr/halo": "dev-master",
8-
"lunr/config": "dev-master",
9-
"lunr/cliparser": "dev-master"
7+
"lunr/halo": "~0.8.0",
8+
"lunr/config": "~0.8.0",
9+
"lunr/cliparser": "~0.8.0"
1010
},
1111
"suggest": {
1212
"ext-http": "Needed for HTTP support in Corona, needed to get hostname in Shadow when parsing data",

decomposer.json

+3-6
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,23 @@
11
{
22
"Lunr.Halo": {
33
"url": "https://github.com/lunr-php/lunr.halo.git",
4-
"version": "0.8",
5-
"revision": "master",
4+
"version": "0.8.0",
65
"psr4": {
76
"prefix": "Lunr\\Halo",
87
"search-path": "/src/Lunr/Halo/"
98
}
109
},
1110
"Lunr.Config": {
1211
"url": "https://github.com/lunr-php/lunr.config.git",
13-
"version": "0.8",
14-
"revision": "master",
12+
"version": "0.8.0",
1513
"psr4": {
1614
"prefix": "Lunr\\Core",
1715
"search-path": "/src/Lunr/Core/"
1816
}
1917
},
2018
"Lunr.CliParser": {
2119
"url": "https://github.com/lunr-php/lunr.cliparser.git",
22-
"version": "0.8",
23-
"revision": "master",
20+
"version": "0.8.0",
2421
"psr4": {
2522
"prefix": "Lunr\\Shadow",
2623
"search-path": "/src/Lunr/Shadow/"

0 commit comments

Comments
 (0)