Skip to content

Commit f6feffc

Browse files
committed
General: Lock dependencies
1 parent 3048603 commit f6feffc

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
@@ -9,7 +9,7 @@
99
"php": ">=8.1"
1010
},
1111
"require-dev": {
12-
"lunr/halo": "dev-master",
12+
"lunr/halo": "~0.10.0",
1313
"phpunit/phpunit": ">=9.0 <9.6",
1414
"ext-xdebug": "~3.1"
1515
},

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.10.0",
5-
"revision": "master",
65
"psr4": {
76
"prefix": "Lunr\\Halo",
87
"search-path": "/src/Lunr/Halo/"

0 commit comments

Comments
 (0)