Skip to content

Commit

Permalink
General: Lock dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
SMillerDev committed Sep 19, 2024
1 parent 3048603 commit f6feffc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"php": ">=8.1"
},
"require-dev": {
"lunr/halo": "dev-master",
"lunr/halo": "~0.10.0",
"phpunit/phpunit": ">=9.0 <9.6",
"ext-xdebug": "~3.1"
},
Expand Down
1 change: 0 additions & 1 deletion decomposer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"Lunr.Halo": {
"url": "https://github.com/lunr-php/lunr.halo.git",
"version": "0.10.0",
"revision": "master",
"psr4": {
"prefix": "Lunr\\Halo",
"search-path": "/src/Lunr/Halo/"
Expand Down

0 comments on commit f6feffc

Please sign in to comment.