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 2d08ad5 + c5cc41c commit b342cc4
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": "dev-master"
"php": ">=8.1"
},
"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,6 +6,7 @@
"psr4": {
"prefix": "Lunr\\Halo",
"search-path": "/src/Lunr/Halo/"
}
},
"development-only": true
}
}

0 comments on commit b342cc4

Please sign in to comment.