Skip to content

Commit 2205017

Browse files
committed
General: Lock dependencies
1 parent cb69251 commit 2205017

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
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.9.0"
1111
},
1212
"require-dev": {
1313
"phpunit/phpunit": ">=9.0 <9.6",

decomposer.json

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

0 commit comments

Comments
 (0)