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 2205017 commit c5cc41c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
"type": "library",
"license": "MIT",
"require": {
"php": ">=8.1",
"lunr/halo": "~0.9.0"
"php": ">=8.1"
},
"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,6 +5,7 @@
"psr4": {
"prefix": "Lunr\\Halo",
"search-path": "/src/Lunr/Halo/"
}
},
"development-only": true
}
}

0 comments on commit c5cc41c

Please sign in to comment.