Skip to content

Commit

Permalink
General: Unlock dependencies
Browse files Browse the repository at this point in the history
This reverts commit eff0132.
  • Loading branch information
SMillerDev committed Sep 19, 2024
1 parent eff0132 commit ef57c24
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"rmccue/requests": "~2.0",
"php": ">=8.1",
"psr/cache": ">=1.0",
"lunr/config": "~0.10.0",
"lunr/cliparser": "~0.10.0"
"lunr/config": "dev-master",
"lunr/cliparser": "dev-master"
},
"suggest": {
"ext-http": "Needed for HTTP support in Corona, needed to get hostname in Shadow when parsing data",
Expand Down
3 changes: 3 additions & 0 deletions decomposer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"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 @@ -11,6 +12,7 @@
"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 All @@ -19,6 +21,7 @@
"Lunr.CliParser": {
"url": "https://github.com/lunr-php/lunr.cliparser.git",
"version": "0.10.0",
"revision": "master",
"psr4": {
"prefix": "Lunr\\Shadow",
"search-path": "/src/Lunr/Shadow/"
Expand Down

0 comments on commit ef57c24

Please sign in to comment.