-
-
Notifications
You must be signed in to change notification settings - Fork 612
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
Symfony 4.4/5.0 compatibility #689
Conversation
181524f
to
81e4a23
Compare
Having a weird issue with the event dispatcher, both on v4.4 and v5.0, when running the tests:
Tried to add Plus, I have two failing tests on my laptop, which seem to pass on the CI, and I don’t get why.
Is it possible that’s related to my version of OpenSSL (OpenSSL 1.1.1d 10 Sep 2019)? @chalasr WDYT? |
composer.json
Outdated
@@ -5,6 +5,7 @@ | |||
"keywords": ["Symfony", "bundle", "jwt", "jws", "authentication", "api", "rest"], | |||
"homepage": "https://github.com/lexik/LexikJWTAuthenticationBundle", | |||
"license": "MIT", | |||
"minimum-stability": "dev", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure it's a good idea to change this.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's only to allow me working with Symfony 4.4 and Symfony 5 that have not been released yet. Once done, I'll remove it ;)
How did you install it for Symfony 5?
|
5016774
to
41a05c6
Compare
e6190ce
to
1c8fb06
Compare
Thank you @Deuchnord. |
This PR was merged into the 2.x-dev branch. Discussion ---------- Symfony 4.4/5.0 compatibility #hackdayParis Commits ------- 3a44f4f Symfony 4.4/5.0 compatibility
Thanks @chalasr and @Deuchnord for your work on this 👍 |
#hackdayParis