-
Notifications
You must be signed in to change notification settings - Fork 64
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
Feat 6404 smtp2 go messaging adapter #51
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/" | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Why was this changed? We don't have a trailing slash for other libraries 🧐 |
||
} | ||
}, | ||
"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", | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Let's change this back to using wildcards. Eventually, we want to use wildcards for everything for clarity. |
||
"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.