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 13087a0 commit 512ea94
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
"license": "MIT",
"require": {
"php": ">=8.1",
"lunr/config": "dev-master",
"lunr/config": "~0.10.0",
"psr/container": "~2.0.0"
},
"require-dev": {
"lunr/halo": "dev-master",
"lunr/halo": "~0.10.0",
"phpunit/phpunit": ">=9.0 <9.6",
"ext-xdebug": "~3.1"
},
Expand Down
2 changes: 0 additions & 2 deletions 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 All @@ -12,7 +11,6 @@
"Lunr.Config": {
"url": "https://github.com/lunr-php/lunr.config.git",
"version": "0.10.0",
"revision": "master",
"psr4": {
"prefix": "Lunr\\Core",
"search-path": "/src/Lunr/Core/"
Expand Down

0 comments on commit 512ea94

Please sign in to comment.