-
Notifications
You must be signed in to change notification settings - Fork 65
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
Added Symfony 5 support #149
Conversation
4688bbb
to
92c44a1
Compare
Hello everybody. Thanks. |
Hi,
It's the first time I try to require a not stable version of a package, so I probably make a mistake. |
@matlar83 umh, maybe you should also add this
in your composer.json? I'm not sure how to handle those situations (TBH, on my machine it works without this) |
I got it.
and then require the commit from the sf5 branch: I will test it in my main project in a few minutes and come back to you. |
Tested this specific commit against my main project functional test suite (347 behat scenarios) with my project both on symfony 4.4.8 and 5.0.9 and worked like a charm! No problems at all. Just one note: Thank you very much for your work, I really appreciate it |
Having phpunit as dep was a mistake due to a composer command, I guess. Of course |
v1.7.0 released https://github.com/liuggio/fastest/releases/tag/v1.7.0 |
@DonCallisto, v1.7.0 seems to have problems with --before command option. See #151 |
No description provided.