magepal / magento2-gmail-smtp-app

Configure Magento 2 to send email using Google App, Gmail, Amazon Simple Email Service (SES), Microsoft Office365 and many other SMTP (Simple Mail Transfer Protocol) servers
https://www.magepal.com
319 stars 147 forks source link

Not Compatible with Magento 2.2.0 #85

Closed afavata closed 6 years ago

afavata commented 6 years ago

Not compatible with Magento 2.2.0

output during installation

Using version ^1.5 for magepal/magento2-gmailsmtpapp ./composer.json has been updated Loading composer repositories with package information Updating dependencies (including require-dev) Your requirements could not be resolved to an installable set of packages.

Problem 1
    - Conclusion: don't install magepal/magento2-gmailsmtpapp 1.5.0
    - Conclusion: don't install magepal/magento2-gmailsmtpapp 1.5.0|remove magento/framework 101.0.0
    - Conclusion: don't install magepal/magento2-gmailsmtpapp 1.5.0|don't install magento/framework 101.0.0
    - Installation request for magepal/magento2-gmailsmtpapp ^1.5 -> satisfiable by magepal/magento2-gmailsmtpapp[1.5.0].
    - magepal/magento2-gmailsmtpapp 1.5.0 requires magento/framework 100.0.*|100.1.*|100.2.* -> satisfiable by magento/framework[100.0.2, 100.0.3, 100.0.4, 100.0.5, 100.0.6, 100.0.7, 100.0.8, 100.0.9, 100.1.0-rc1, 100.1.0-rc2, 100.1.0-rc3, 100.1.0, 100.0.10, 100.0.11, 100.1.1, 100.0.12, 100.1.2, 100.1.3, 100.0.13, 100.1.4, 100.0.14, 100.1.5, 100.0.15, 100.1.6, 100.1.7, 100.0.16, 100.0.17, 100.1.8, 100.2.0-rc20, 100.1.9, 100.0.18].
    - Can only install one of: magento/framework[101.0.0, 100.0.2].
    - Can only install one of: magento/framework[101.0.0, 100.0.3].
    - Can only install one of: magento/framework[101.0.0, 100.0.4].
    - Can only install one of: magento/framework[101.0.0, 100.0.5].
    - Can only install one of: magento/framework[101.0.0, 100.0.6].
    - Can only install one of: magento/framework[101.0.0, 100.0.7].
    - Can only install one of: magento/framework[101.0.0, 100.0.8].
    - Can only install one of: magento/framework[101.0.0, 100.0.9].
    - Can only install one of: magento/framework[101.0.0, 100.1.0-rc1].
    - Can only install one of: magento/framework[101.0.0, 100.1.0-rc2].
    - Can only install one of: magento/framework[101.0.0, 100.1.0-rc3].
    - Can only install one of: magento/framework[101.0.0, 100.1.0].
    - Can only install one of: magento/framework[101.0.0, 100.0.10].
    - Can only install one of: magento/framework[101.0.0, 100.0.11].
    - Can only install one of: magento/framework[101.0.0, 100.1.1].
    - Can only install one of: magento/framework[101.0.0, 100.0.12].
    - Can only install one of: magento/framework[101.0.0, 100.1.2].
    - Can only install one of: magento/framework[101.0.0, 100.1.3].
    - Can only install one of: magento/framework[101.0.0, 100.0.13].
    - Can only install one of: magento/framework[101.0.0, 100.1.4].
    - Can only install one of: magento/framework[101.0.0, 100.0.14].
    - Can only install one of: magento/framework[101.0.0, 100.1.5].
    - Can only install one of: magento/framework[101.0.0, 100.0.15].
    - Can only install one of: magento/framework[101.0.0, 100.1.6].
    - Can only install one of: magento/framework[101.0.0, 100.1.7].
    - Can only install one of: magento/framework[101.0.0, 100.0.16].
    - Can only install one of: magento/framework[101.0.0, 100.0.17].
    - Can only install one of: magento/framework[101.0.0, 100.1.8].
    - Can only install one of: magento/framework[101.0.0, 100.2.0-rc20].
    - Can only install one of: magento/framework[101.0.0, 100.1.9].
    - Can only install one of: magento/framework[101.0.0, 100.0.18].
    - Installation request for magento/framework (locked at 101.0.0) -> satisfiable by magento/framework[101.0.0].
srenon commented 6 years ago

Please trying v1.5.1

Sorry.... version number was changed in the last few days https://github.com/magento/magento2/commit/07465f8ce879ff0bd0ba72a662c9e2473e49afe4#diff-4b6064a9c90636757d6074d4a24f32f2

afavata commented 6 years ago

Thanks