Skip to content

Commit

Permalink
General: Lock Dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
pprkut committed Sep 18, 2023
1 parent 1bce07f commit 15c8445
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"license": "MIT",
"require": {
"php": ">=8.1",
"lunr/halo": "dev-master"
"lunr/halo": "~0.8.0"
},
"require-dev": {
"phpunit/phpunit": ">=9.0 <9.6",
Expand Down
3 changes: 1 addition & 2 deletions decomposer.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
{
"Lunr.Halo": {
"url": "https://github.com/lunr-php/lunr.halo.git",
"version": "0.8",
"revision": "master",
"version": "0.8.0",
"psr4": {
"prefix": "Lunr\\Halo",
"search-path": "/src/Lunr/Halo/"
Expand Down

0 comments on commit 15c8445

Please sign in to comment.