Skip to content

Commit

Permalink
General: Unlock dependencies
Browse files Browse the repository at this point in the history
This reverts commit b3153d9.
  • Loading branch information
pprkut committed Jun 5, 2024
1 parent b3153d9 commit 7a4977d
Show file tree
Hide file tree
Showing 2 changed files with 6 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,8 +7,8 @@
"license": "MIT",
"require": {
"php": ">=8.1",
"lunr/halo": "~0.9.0",
"lunr/config": "~0.9.0",
"lunr/halo": "dev-master",
"lunr/config": "dev-master",
"psr/container": "~2.0.0"
},
"require-dev": {
Expand Down
6 changes: 4 additions & 2 deletions decomposer.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,17 @@
{
"Lunr.Halo": {
"url": "https://github.com/lunr-php/lunr.halo.git",
"version": "0.9.0",
"version": "0.10.0",
"revision": "master",
"psr4": {
"prefix": "Lunr\\Halo",
"search-path": "/src/Lunr/Halo/"
}
},
"Lunr.Config": {
"url": "https://github.com/lunr-php/lunr.config.git",
"version": "0.9.0",
"version": "0.10.0",
"revision": "master",
"psr4": {
"prefix": "Lunr\\Core",
"search-path": "/src/Lunr/Core/"
Expand Down

0 comments on commit 7a4977d

Please sign in to comment.