Home › Forums › Quform PHP › Fatal error: Uncaught. Is it the form or the 365 server? › Reply To: Fatal error: Uncaught. Is it the form or the 365 server?
Hello again,
I had to install Composer first.
But now when I try to update the files in phpmailer using Composer (composer require greew/oauth2-azure-provider), I get all sort of errors and updated file:
Composer could not detect the root package (phpmailer/phpmailer) version, defaulting to ‘1.0.0’. See https://getcomposer.org/root-version
./composer.json has been updated
Composer could not detect the root package (phpmailer/phpmailer) version, defaulting to ‘1.0.0’. See https://getcomposer.org/root-version
Running composer update greew/oauth2-azure-provider
Loading composer repositories with package information
Updating dependencies
Your requirements could not be resolved to an installable set of packages.
Problem 1
– phpmailer/phpmailer is present at version 1.0.0+no-version-set and cannot be modified by Composer
– Root composer.json requires roave/security-advisories dev-latest -> satisfiable by roave/security-advisories[dev-latest].
– roave/security-advisories dev-latest conflicts with phpmailer/phpmailer <6.5.
You can also try re-running composer require with an explicit version constraint, e.g. “composer require greew/oauth2-azure-provider:*” to figure out if any version is installable, or “composer require greew/oauth2-azure-provider:^2.1” if you know which you need.
Installation failed, reverting ./composer.json to its original content.
It simply fails
Any idea?
Thank you.
