SonarSoftwareInc / customer_portal

A prebuilt customer portal for Sonar.
https://sonar.software
25 stars 51 forks source link

Revert PHP to 7.3 #86

Closed geneccx closed 3 years ago

geneccx commented 3 years ago

The version of swiftmailer used in Laravel 5.5 does not work with PHP 7.4 due to its dependency on egulias/EmailValidator: https://github.com/egulias/EmailValidator/issues/212

Bump PHP back for now.