Skip to content

Commit

Permalink
General: Unlock dependencies
Browse files Browse the repository at this point in the history
This reverts commit 4e935aa.
  • Loading branch information
SMillerDev committed Sep 19, 2024
1 parent 4e935aa commit 156088c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"require-dev": {
"phpunit/phpunit": ">=9.0 <9.6",
"mockery/mockery": "~1.5",
"lunr/halo": "0.10.0"
"lunr/halo": "dev-master"
},
"config": {
"optimize-autoloader": true
Expand Down
1 change: 1 addition & 0 deletions decomposer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"Lunr.Halo": {
"url": "https://github.com/lunr-php/lunr.halo.git",
"version": "0.10.0",
"revision": "master",
"psr4": {
"prefix": "Lunr\\Halo",
"search-path": "/src/Lunr/Halo/"
Expand Down

0 comments on commit 156088c

Please sign in to comment.