-
Notifications
You must be signed in to change notification settings - Fork 84
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 Symfony 7 support ; drop Symfony < 5.4 support and PHP < 8 support #258
Conversation
sorry for the question. It seems to be solved but composer require friendsofsymfony/ckeditor-bundle keeps failing me, has it already been published in the main branch? Salutations from Barcelona |
That's the whole difference between a merged PR and an open PR. |
And is there a way to install a PR that is open like this? |
@VincentLanglet Thx for this 👍🏾 |
Please merge this PR. |
"symfony/property-access": "^4.4 || ^5.0 || ^6.0", | ||
"symfony/routing": "^4.4 || ^5.0 || ^6.0", | ||
"symfony/twig-bundle": "^4.4 || ^5.0 || ^6.0", | ||
"symfony/asset": "^5.4 || ^6.0 || ^7.0", |
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.
Maybe also bump the ^6.0
to ^6.3
at least (or even ^6.4
), as <6.3
is unmaintained and 6.3
support ends this month... https://symfony.com/releases#symfony-releases-calendar
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.
Previously the support was still ^5.0 || ^6.0",
even if it was unmaintained so I kept the same strategy ; even if I agree with you.
Great PR! |
I have commit access but I never used the bundle and I am not really using Symfony, so I don't feel comfortable tagging a release. I have tried to find someone with commit access to take this on .. |
Do you think this project sort of abandoned? |
The project is definitely abandoned and there's little point in resurrecting it, as it uses CKEditor 4 which has been EOL for a while too. It would be great to get Symfony 7 support though, as it's not trivial to upgrade to CKEditor 5 due to changed licensing. |
ok .. from looking over the changes, they are all related to CS fixer. so safe enough. |
@VincentLanglet did #235 really get fixed with this PR? |
OK this is now merged. I will wait a few more days for feedback until I will tag a release. |
Amazing @lsmith77 ! Thanks a lot! |
@mhpcc That's why I've opened #254 so that the current state of things can be better signposted. This bundle works well enough and given how the last few releases are predominantly Symfony compat related, it clearly doesn't need a lot of maintenance. But, at this point given the state of CKEditor 4, new users installing this bundle also isn't a great recommendation anymore. |
Reading again the PR, I'm not sure. We can let it open, just in case... |
for me is not work .. Problem 1 Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals |
since I have not tagged a release, you need to allow dev dependencies |
Or the version |
alright. time to tag a release. |
Hi @lsmith77, I know this bundle might be in low-maintenance mode. But adding SF 7 support would be useful: