Skip to content

Commit

Permalink
Merge pull request #5 from MyParcelCOM/feature/support-local-publish
Browse files Browse the repository at this point in the history
✨  Support for message publishing on local env
  • Loading branch information
M4tini committed Jan 24, 2024
2 parents 8393692 + 75ceb96 commit 231f9c0
Show file tree
Hide file tree
Showing 6 changed files with 349 additions and 174 deletions.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"require": {
"aws/aws-sdk-php": "^3.295",
"laravel/framework": "^10.39",
"php": "^8.3"
"php": "^8.3",
"guzzle/guzzle": "^3.8"
},
"require-dev": {
"phpunit/phpunit": "^10.5",
Expand Down
Loading

0 comments on commit 231f9c0

Please sign in to comment.