-
-
Notifications
You must be signed in to change notification settings - Fork 36
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
Add support for Symfony 6 #121
Conversation
530d1db
to
c3bccd5
Compare
Co-authored-by: Loïc Frémont <lc.fremont@gmail.com>
Update CI configuration to test with Symfony 5.4 and 6.0
This reverts commit ad87c6e.
@@ -15,10 +15,82 @@ | |||
|
|||
use Symfony\Component\Filesystem\Filesystem as BaseFilesystem; | |||
|
|||
final class Filesystem extends BaseFilesystem implements FilesystemInterface | |||
final class Filesystem implements FilesystemInterface |
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.
We've duplicated the contract of this class to run exists
twice and getFileContents
once... We should deprecate this class and propose better abstraction (suited for our usecase)
Thanks a lot, Jean-Baptiste and Loic! Your rock! 👯 |
Good work here 👍 @lchrusciel Do you know if there is a release planned soon? We want to create a release of sulu/theme-bundle with support for Symfony 6 as Sulu with latest 2.5 release is shipped with Symfony 6. |
@alexander-schranz Just follow our issue for Symfony 6 support |
@loic425 I'm aware of that issue but could the syliusthemebundle not released without the sylius core as it does not have any requirements to it. |
Continuation of #119