Problem/Motivation
I installed $ composer require 'drupal/phpmailer_smtp:2.1.x-dev@dev' I am getting following error when I am trying to activate PHPMailer OAuth2
Steps to reproduce
Proposed resolution
Remaining tasks
User interface changes
API changes
Data model changes
| Comment | File | Size | Author |
|---|---|---|---|
| phpmailer.png | 16.88 KB | mhentry |
Comments
Comment #2
imclean commentedDependencies are tricky with dev versions. Make sure you've installed PHPMailer 2.1.x-dev then adjust the dependency in
phpmailer_oauth2.info.yml:Comment #3
mhentry commented@imclean,
I adjusted the dependency in phpmailer_oauth2.info.yml as you suggested it does the trick.
Comment #4
imclean commented@mhentry, good to hear. Let me know if the module works for you and I'll release alpha versions of this and PHPMailer 2.1.x.
Comment #6
mhentry commented@Imclean, is it possible to release a newer version by removing phpmailer_smtp dependencies version in phpmailer_oauth2.info
Thank you
Comment #7
imclean commentedIs the composer dependency working ok?
"drupal/phpmailer_smtp": "^2.1.0",If the .info file is the only issue, can you see if changing the dependency there to
2.1.0-alpha1solves the problem.Comment #8
imclean commentedI've released alpha2 which removes the version constraint from .info.yml.