Skip to content

Commit

Permalink
General: Lock Dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
pprkut committed Jun 5, 2024
1 parent c864db7 commit 602f776
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@
"license": "MIT",
"require": {
"psr/log": ">=1.1",
"m2mobi/apns-php": "dev-master",
"m2mobi/apns-php": "~3.0",
"phpmailer/phpmailer": "~6.4",
"rmccue/requests": "~2.0",
"php": ">=8.1",
"ext-xml": "*"
},
"require-dev": {
"lunr/halo": "dev-master",
"lunr/halo": "~0.9.0",
"phpunit/phpunit": ">=9.0 <9.6",
"mockery/mockery": "~1.5",
"ext-xdebug": ">=3.1"
Expand Down
4 changes: 1 addition & 3 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.9.0",
"revision": "master",
"psr4": {
"prefix": "Lunr\\Halo",
"search-path": "/src/Lunr/Halo/"
Expand All @@ -18,8 +17,7 @@
},
"ApnsPHP": {
"url": "https://github.com/move-backend/apnsphp.git",
"version": "4.0.0",
"revision": "master",
"version": "3.0.2",
"psr0": {
"path": "/"
}
Expand Down

0 comments on commit 602f776

Please sign in to comment.