Skip to content

Commit 15c8445

Browse files
committed
General: Lock Dependencies
1 parent 1bce07f commit 15c8445

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"license": "MIT",
88
"require": {
99
"php": ">=8.1",
10-
"lunr/halo": "dev-master"
10+
"lunr/halo": "~0.8.0"
1111
},
1212
"require-dev": {
1313
"phpunit/phpunit": ">=9.0 <9.6",

decomposer.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
{
22
"Lunr.Halo": {
33
"url": "https://github.com/lunr-php/lunr.halo.git",
4-
"version": "0.8",
5-
"revision": "master",
4+
"version": "0.8.0",
65
"psr4": {
76
"prefix": "Lunr\\Halo",
87
"search-path": "/src/Lunr/Halo/"

0 commit comments

Comments
 (0)