We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb69251 commit 2205017Copy full SHA for 2205017
composer.json
@@ -7,7 +7,7 @@
7
"license": "MIT",
8
"require": {
9
"php": ">=8.1",
10
- "lunr/halo": "dev-master"
+ "lunr/halo": "~0.9.0"
11
},
12
"require-dev": {
13
"phpunit/phpunit": ">=9.0 <9.6",
decomposer.json
@@ -2,7 +2,6 @@
2
"Lunr.Halo": {
3
"url": "https://github.com/lunr-php/lunr.halo.git",
4
"version": "0.9.0",
5
- "revision": "master",
6
"psr4": {
"prefix": "Lunr\\Halo",
"search-path": "/src/Lunr/Halo/"
0 commit comments