Skip to content

Commit

Permalink
General: Lock Dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
pprkut committed Sep 18, 2023
1 parent fbfb1bf commit a5e1d9c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 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.0",
"m2mobi/apns-php": "dev-master",
"m2mobi/apns-php": "~3.0.0",
"phpmailer/phpmailer": "~6.4",
"rmccue/requests": "~2.0",
"php": ">=8.1",
"ext-xml": "*"
},
"require-dev": {
"lunr/halo": "dev-master",
"lunr/halo": "~0.8.0",
"phpunit/phpunit": ">=9.0 <9.6",
"ext-xdebug": ">=3.1"
},
Expand Down
6 changes: 2 additions & 4 deletions decomposer.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
{
"Lunr.Halo": {
"url": "https://github.com/lunr-php/lunr.halo.git",
"version": "0.8",
"revision": "master",
"version": "0.8.0",
"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": "2.0.0",
"revision": "master",
"version": "3.0.0",
"psr0": {
"path": "/"
}
Expand Down

0 comments on commit a5e1d9c

Please sign in to comment.