Skip to content

Commit

Permalink
Merge branch 'release/0.9.x'
Browse files Browse the repository at this point in the history
  • Loading branch information
pprkut committed Jun 17, 2024
2 parents 7a4977d + 77fd122 commit 29ac0b3
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 @@ -7,11 +7,11 @@
"license": "MIT",
"require": {
"php": ">=8.1",
"lunr/halo": "dev-master",
"lunr/config": "dev-master",
"psr/container": "~2.0.0"
},
"require-dev": {
"lunr/halo": "dev-master",
"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 @@ -6,7 +6,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 29ac0b3

Please sign in to comment.