-
Notifications
You must be signed in to change notification settings - Fork 84
Symfony 5 support #201
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 5 support #201
Conversation
endroid
commented
Nov 21, 2019
Q | A |
---|---|
Bug fix? | no |
New feature? | yes |
BC breaks? | no |
Deprecations? | no |
License | MIT |
Please bump the version to use with SF 5.0... |
Hello, I'm interessed about this modification, can you merge this request? |
please someone test 2.x to confirm if its working in a real world app .. and then I will tag a release |
Just testing with symfony 5 using 7e1cfe2,
|
hmm that issue would be caused if you don't have ext-zip installed https://www.php.net/manual/en/book.zip.php but this dependency is listed in the composer.json: |
@lsmith77 ops, you are right, I don't have ext-zip, but I ran composer install with different php binary which had ext-zip installed, everything is fine then! |
ah cool .. so you can confirm that master is working fine with Symfony 5 ? |
Yes, it's working. |