Skip to content

Commit 2b87d8f

Browse files
committed
General: Lock dependencies
1 parent 33e8fce commit 2b87d8f

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

composer.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@
44
"rmccue/requests": "~2.0",
55
"php": ">=8.1",
66
"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"
1010
},
1111
"suggest": {
1212
"ext-http": "Needed for HTTP support in Corona, needed to get hostname in Shadow when parsing data",
1313
"ext-msgpack": "Needed for msgpack support in Corona",
1414
"ext-uuid": "Needed for setting unique request IDs in Corona/Shadow"
1515
},
1616
"require-dev": {
17-
"lunr/halo": "dev-master",
17+
"lunr/halo": "~0.11.0",
1818
"phpunit/phpunit": ">=9.0 <9.6",
1919
"ext-xdebug": "~3.1"
2020
},

decomposer.json

-4
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
"Lunr.Halo": {
33
"url": "https://github.com/lunr-php/lunr.halo.git",
44
"version": "0.11.0",
5-
"revision": "master",
65
"psr4": {
76
"prefix": "Lunr\\Halo",
87
"search-path": "/src/Lunr/Halo/"
@@ -12,7 +11,6 @@
1211
"Lunr.Config": {
1312
"url": "https://github.com/lunr-php/lunr.config.git",
1413
"version": "0.11.0",
15-
"revision": "master",
1614
"psr4": {
1715
"prefix": "Lunr\\Core",
1816
"search-path": "/src/Lunr/Core/"
@@ -21,7 +19,6 @@
2119
"Lunr.CliParser": {
2220
"url": "https://github.com/lunr-php/lunr.cliparser.git",
2321
"version": "0.11.0",
24-
"revision": "master",
2522
"psr4": {
2623
"prefix": "Lunr\\Shadow",
2724
"search-path": "/src/Lunr/Shadow/"
@@ -30,7 +27,6 @@
3027
"Lunr.Ticks": {
3128
"url": "https://github.com/lunr-php/lunr.ticks.git",
3229
"version": "0.11.0",
33-
"revision": "master",
3430
"psr4": {
3531
"prefix": "Lunr\\Ticks",
3632
"search-path": "/src/Lunr/Ticks/"

0 commit comments

Comments
 (0)