Skip to content

Commit

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

0 comments on commit 8d02c20

Please sign in to comment.