Severity: error --> Exception: Undefined class constant 'VERSION' /app/vendor/overtrue/socialite/src/Providers/GoogleProvider.php 68
devlamine opened this issue · 5 comments
devlamine commented
php version is v7.3
After Update to ~2.x the problem was appear :Severity: error --> Exception: Undefined class constant 'VERSION' /app/vendor/overtrue/socialite/src/Providers/GoogleProvider.php 68
overtrue commented
which version of guzzlehttp/guzzle
have you installed?
devlamine commented
thank you for your response
"version": "7.2.0"
overtrue commented
@devlamine maybe you should upgrade to 3.x or downgrade guzzle to 6.5.x to fix this.
devlamine commented
is version 3.x compatible with php7.3?
overtrue commented
@devlamine sorry, php 7.4+, You may want to consider upgrading your PHP, after all, there is basically no difference between 7.3 and 7.4.