Skip to content

Commit

Permalink
General: Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidCova authored and pprkut committed Dec 13, 2023
1 parent cf18ab1 commit 44db4ff
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"type": "library",
"license": "MIT",
"require": {
"psr/log": "~1.1.0",
"psr/log": ">=1.1",
"m2mobi/apns-php": "dev-master",
"phpmailer/phpmailer": "~6.4",
"rmccue/requests": "~2.0",
Expand Down
6 changes: 3 additions & 3 deletions decomposer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
},
"JWT": {
"url": "https://github.com/lcobucci/JWT.git",
"version": "4.1.4",
"version": "4.1.5",
"psr4": {
"prefix": "Lcobucci\\JWT",
"search-path": "/src/"
Expand All @@ -42,15 +42,15 @@
},
"PHPMailer": {
"url": "https://github.com/PHPMailer/PHPMailer.git",
"version": "6.5.1",
"version": "6.9.1",
"psr4": {
"prefix": "PHPMailer\\PHPMailer",
"search-path": "/src/"
}
},
"Requests": {
"url": "https://github.com/WordPress/Requests.git",
"version": "2.0.5",
"version": "2.0.9",
"psr4": {
"prefix": "WpOrg\\Requests",
"search-path": "/src/"
Expand Down

0 comments on commit 44db4ff

Please sign in to comment.