-
-
Notifications
You must be signed in to change notification settings - Fork 614
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Undefined class constant 'SAMESITE_NONE' #765
Comments
Hi there! I got the same issue with my SF4.1 project. "Undefined class constant 'SAMESITE_NONE' in /code/vendor/lexik/jwt-authentication-bundle/DependencyInjection/Configuration.php on line 91" I can't seem to understand what the problem is here. |
The problem is that this constant was introduced in a patch release on Symfony. We need to hardcode the |
Can we put "^3.4.28|^4.1.x..." at symfony dependency in composer.json ? |
@chalasr Which Symfony version contains the constant? |
#753 evolution does not work with symfony version < 3.4.28 because SAMESITE_NONE constant has been added in symfony/http-foundation@f9bb073. We have error message 'Undefined class constant 'SAMESITE_NONE' in composer install.
The text was updated successfully, but these errors were encountered: