-
Notifications
You must be signed in to change notification settings - Fork 65
Feat 6404 smtp2 go messaging adapter #51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from 3 commits
7ce783c
f03eae8
1f5bc2b
da2f320
dcf9728
31efa01
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -12,7 +12,7 @@ | |
| }, | ||
| "autoload": { | ||
| "psr-4": { | ||
| "Utopia\\Messaging\\": "src/Utopia/Messaging" | ||
| "Utopia\\Messaging\\": "src/Utopia/Messaging/" | ||
|
||
| } | ||
| }, | ||
| "autoload-dev": { | ||
|
|
@@ -26,8 +26,8 @@ | |
| "ext-curl": "*" | ||
| }, | ||
| "require-dev": { | ||
| "phpunit/phpunit": "9.6.*", | ||
| "phpmailer/phpmailer": "6.8.*", | ||
| "phpunit/phpunit": "^9.6", | ||
| "phpmailer/phpmailer": "^6.8", | ||
|
||
| "laravel/pint": "^1.2" | ||
| }, | ||
| "config": { | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There shouldn't be any need to add this.