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
01:08 $ composer update
Warning: Accessing satis.enjo.com.au over http which is an insecure protocol.
1/1: http://repo.packagist.org/p/provider-latest$277e20242f4b06dddb32b7aa13fe1702222d5e7c8abe08589542dda3a8be8b0f.json
Finished: success: 1, skipped: 0, failure: 0, total: 1
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: remove magento/module-backend 101.0.1
- Conclusion: don't install magento/module-backend 101.0.1
- Installation request for magepal/magento2-gmailsmtpapp ^2.6 -> satisfiable by magepal/magento2-gmailsmtpapp[2.6.0, 2.6.1].
- Conclusion: don't install magento/module-backend 101.0.1
- magento/product-community-edition 2.3.1 requires magento/module-backend 101.0.1 -> satisfiable by magento/module-backend[101.0.1].
- magento/product-community-edition 2.3.1 requires magento/module-backend 101.0.1 -> satisfiable by magento/module-backend[101.0.1].
- magento/product-community-edition 2.3.1 requires magento/module-backend 101.0.1 -> satisfiable by magento/module-backend[101.0.1].
- magento/product-community-edition 2.3.1 requires magento/module-backend 101.0.1 -> satisfiable by magento/module-backend[101.0.1].
- Conclusion: don't install magento/module-backend 101.0.1
- Installation request for magento/product-community-edition 2.3.1 -> satisfiable by magento/product-community-edition[2.3.1].
Steps to reproduce:
Have previously installed magento 2.3.0 (installed via composer)
This package is in composer list of packages to install.
Update magento core via command: composer require magento/product-community-edition 2.3.1 --no-update;
Then run: composer update.
If this package is in composer list, install fails as per supplied messages.
Magento version #: 2.3.1
Edition (EE, CE, OS, etc): OS
Expected behavior:
Package install via composer
Actual behavior:
Steps to reproduce:
Have previously installed magento 2.3.0 (installed via composer) This package is in composer list of packages to install. Update magento core via command:
composer require magento/product-community-edition 2.3.1 --no-update;
Then run: composer update.If this package is in composer list, install fails as per supplied messages.