Skip to content

Commit 1f7c107

Browse files
committed
General: Unlock dependencies
This reverts commit 2b87d8f.
1 parent 2b87d8f commit 1f7c107

File tree

2 files changed

+12
-8
lines changed

2 files changed

+12
-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": "~0.11.0",
8-
"lunr/cliparser": "~0.11.0",
9-
"lunr/ticks": "~0.11.0"
7+
"lunr/config": "dev-master",
8+
"lunr/cliparser": "dev-master",
9+
"lunr/ticks": "dev-master"
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": "~0.11.0",
17+
"lunr/halo": "dev-master",
1818
"phpunit/phpunit": ">=9.0 <9.6",
1919
"ext-xdebug": "~3.1"
2020
},

decomposer.json

+8-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"Lunr.Halo": {
33
"url": "https://github.com/lunr-php/lunr.halo.git",
4-
"version": "0.11.0",
4+
"version": "0.12.0",
5+
"revision": "master",
56
"psr4": {
67
"prefix": "Lunr\\Halo",
78
"search-path": "/src/Lunr/Halo/"
@@ -10,23 +11,26 @@
1011
},
1112
"Lunr.Config": {
1213
"url": "https://github.com/lunr-php/lunr.config.git",
13-
"version": "0.11.0",
14+
"version": "0.12.0",
15+
"revision": "master",
1416
"psr4": {
1517
"prefix": "Lunr\\Core",
1618
"search-path": "/src/Lunr/Core/"
1719
}
1820
},
1921
"Lunr.CliParser": {
2022
"url": "https://github.com/lunr-php/lunr.cliparser.git",
21-
"version": "0.11.0",
23+
"version": "0.12.0",
24+
"revision": "master",
2225
"psr4": {
2326
"prefix": "Lunr\\Shadow",
2427
"search-path": "/src/Lunr/Shadow/"
2528
}
2629
},
2730
"Lunr.Ticks": {
2831
"url": "https://github.com/lunr-php/lunr.ticks.git",
29-
"version": "0.11.0",
32+
"version": "0.12.0",
33+
"revision": "master",
3034
"psr4": {
3135
"prefix": "Lunr\\Ticks",
3236
"search-path": "/src/Lunr/Ticks/"

0 commit comments

Comments
 (0)