Skip to content

Commit 5b97a79

Browse files
committed
General: Unlock dependencies
This reverts commit 88d4657.
1 parent 88d4657 commit 5b97a79

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"php": ">=8.1"
1010
},
1111
"require-dev": {
12-
"lunr/halo": "~0.11.0",
12+
"lunr/halo": "dev-master",
1313
"phpunit/phpunit": ">=9.0 <9.6",
1414
"ext-xdebug": "~3.1"
1515
},

decomposer.json

Lines changed: 2 additions & 1 deletion
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/"

0 commit comments

Comments
 (0)