Skip to content

Commit

Permalink
General: Lock dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
SMillerDev committed Sep 19, 2024
1 parent aa56657 commit dd864fc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"ext-xml": "*"
},
"require-dev": {
"lunr/halo": "dev-master",
"lunr/halo": "0.10.0",
"phpunit/phpunit": ">=9.0 <9.6",
"mockery/mockery": "~1.5",
"ext-xdebug": ">=3.1"
Expand Down
2 changes: 0 additions & 2 deletions decomposer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"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 All @@ -20,7 +19,6 @@
"ApnsPHP": {
"url": "https://github.com/move-backend/apnsphp.git",
"version": "3.0.3",
"revision": "release/3.0.x",
"psr0": {
"path": "/"
}
Expand Down

0 comments on commit dd864fc

Please sign in to comment.