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 148 forks source link

composer.json not allowing PHP 7.3 #150

Closed Yonn-Trimoreau closed 4 years ago

Yonn-Trimoreau commented 4 years ago

Magento version #:

2.3.3

Edition (EE, CE, OS, etc):

CE

Expected behavior:

composer.json should accept PHP 7.3 since Magento 2.3.3 supports it

Actual behavior:

composer.json forces PHP 7.2

Steps to reproduce:

Upgrade to Magento 2.3.3

Preconditions

PHP 7.3 installed on system

Yonn-Trimoreau commented 4 years ago

https://github.com/magepal/magento2-gmail-smtp-app/pull/151

Yonn-Trimoreau commented 4 years ago

Thank you :)