We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88d4657 commit 5b97a79Copy full SHA for 5b97a79
composer.json
@@ -9,7 +9,7 @@
9
"php": ">=8.1"
10
},
11
"require-dev": {
12
- "lunr/halo": "~0.11.0",
+ "lunr/halo": "dev-master",
13
"phpunit/phpunit": ">=9.0 <9.6",
14
"ext-xdebug": "~3.1"
15
decomposer.json
@@ -1,7 +1,8 @@
1
{
2
"Lunr.Halo": {
3
"url": "https://github.com/lunr-php/lunr.halo.git",
4
- "version": "0.11.0",
+ "version": "0.12.0",
5
+ "revision": "master",
6
"psr4": {
7
"prefix": "Lunr\\Halo",
8
"search-path": "/src/Lunr/Halo/"
0 commit comments