Skip to content

Commit

Permalink
General: Lock dependencies
Browse files Browse the repository at this point in the history
This reverts commit 016a582.
  • Loading branch information
pprkut committed Dec 19, 2024
1 parent 4423c69 commit 3f5b9e1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 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
6 changes: 2 additions & 4 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.10.0",
"revision": "master",
"version": "0.10.1",
"psr4": {
"prefix": "Lunr\\Halo",
"search-path": "/src/Lunr/Halo/"
Expand All @@ -11,8 +10,7 @@
},
"Lunr.Config": {
"url": "https://github.com/lunr-php/lunr.config.git",
"version": "0.10.0",
"revision": "master",
"version": "0.10.1",
"psr4": {
"prefix": "Lunr\\Core",
"search-path": "/src/Lunr/Core/"
Expand Down

0 comments on commit 3f5b9e1

Please sign in to comment.