Skip to content

Commit

Permalink
General: Fix Lunr.Halo being listed twice in composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
pprkut committed Jun 19, 2024
1 parent fc0073c commit acf6ecd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions 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": "dev-master",
"lunr/config": "dev-master",
"lunr/cliparser": "dev-master"
},
Expand All @@ -15,7 +14,7 @@
"ext-uuid": "Needed for setting unique request IDs in Corona/Shadow"
},
"require-dev": {
"lunr/halo": "~0.9.0",
"lunr/halo": "dev-master",
"phpunit/phpunit": ">=9.0 <9.6",
"ext-xdebug": "~3.1"
},
Expand Down

0 comments on commit acf6ecd

Please sign in to comment.