Skip to content

Commit

Permalink
General: Mark Lunr.Halo as a development-only dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
pprkut committed Jun 17, 2024
1 parent 8d02c20 commit 1398498
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
"rmccue/requests": "~2.0",
"php": ">=8.1",
"psr/cache": "~1.0",
"lunr/halo": "~0.9.0",
"lunr/config": "~0.9.0",
"lunr/cliparser": "~0.9.0"
},
Expand All @@ -15,6 +14,7 @@
"ext-uuid": "Needed for setting unique request IDs in Corona/Shadow"
},
"require-dev": {
"lunr/halo": "~0.9.0",
"phpunit/phpunit": ">=9.0 <9.6",
"ext-xdebug": "~3.1"
},
Expand Down
3 changes: 2 additions & 1 deletion decomposer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"psr4": {
"prefix": "Lunr\\Halo",
"search-path": "/src/Lunr/Halo/"
}
},
"development-only": true
},
"Lunr.Config": {
"url": "https://github.com/lunr-php/lunr.config.git",
Expand Down

0 comments on commit 1398498

Please sign in to comment.