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 1bce07f commit 15c8445Copy full SHA for 15c8445
composer.json
@@ -7,7 +7,7 @@
7
"license": "MIT",
8
"require": {
9
"php": ">=8.1",
10
- "lunr/halo": "dev-master"
+ "lunr/halo": "~0.8.0"
11
},
12
"require-dev": {
13
"phpunit/phpunit": ">=9.0 <9.6",
decomposer.json
@@ -1,8 +1,7 @@
1
{
2
"Lunr.Halo": {
3
"url": "https://github.com/lunr-php/lunr.halo.git",
4
- "version": "0.8",
5
- "revision": "master",
+ "version": "0.8.0",
6
"psr4": {
"prefix": "Lunr\\Halo",
"search-path": "/src/Lunr/Halo/"
0 commit comments