We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In the EnableEncryptionConfigCommand command you are using arrow functions (php 7.4 feature) and in composer are requiring PHP version >= 7.1
This is throwing an exception when installing the package on a PHP 7.2 environment
https://github.com/lexik/LexikJWTAuthenticationBundle/blob/3df8317555ea899a81b5c6b7558e421838f2f926/composer.json#L40C15-L40C15
https://github.com/lexik/LexikJWTAuthenticationBundle/blob/v2.20.2/Command/EnableEncryptionConfigCommand.php#L89
The text was updated successfully, but these errors were encountered:
I agree. Same error here on a PHP 7.3 environment, lexik/jwt-authentication-bundle:v2.20.2
Sorry, something went wrong.
Will be fixed by #1183. Turns out we have a CI job giving false positives...
a4df695
Successfully merging a pull request may close this issue.
In the EnableEncryptionConfigCommand command you are using arrow functions (php 7.4 feature) and in composer are requiring PHP version >= 7.1
This is throwing an exception when installing the package on a PHP 7.2 environment
https://github.com/lexik/LexikJWTAuthenticationBundle/blob/3df8317555ea899a81b5c6b7558e421838f2f926/composer.json#L40C15-L40C15
https://github.com/lexik/LexikJWTAuthenticationBundle/blob/v2.20.2/Command/EnableEncryptionConfigCommand.php#L89
The text was updated successfully, but these errors were encountered: