Skip to content
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

migration symfony 5 and 6 PHP 8.1 #44

Merged
merged 1 commit into from
Nov 21, 2023
Merged

migration symfony 5 and 6 PHP 8.1 #44

merged 1 commit into from
Nov 21, 2023

Conversation

pauljosephkrogulec
Copy link
Contributor

Migrate php version for being able to be usable for symfony 6

@pauljosephkrogulec pauljosephkrogulec force-pushed the migration-symfony6 branch 3 times, most recently from b305b9f to 35daa05 Compare November 9, 2023 13:42
@pauljosephkrogulec pauljosephkrogulec marked this pull request as draft November 9, 2023 13:47
@pauljosephkrogulec pauljosephkrogulec marked this pull request as ready for review November 14, 2023 13:13
Copy link
Member

@dunglas dunglas left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you please keep support for Symfony 5 (which is still maintained) and - if possible - add support for Symfony 7 (which is about to be released)?

@pauljosephkrogulec
Copy link
Contributor Author

pauljosephkrogulec commented Nov 20, 2023

Hi,
I have problem with the coding standard of the CI, do i make a exemption for these error ?

/** * {@inheritdoc} */

Copy link
Member

@dunglas dunglas left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It would be nice to keep support for Symfony 5.4, as this version is still maintained.

@dunglas
Copy link
Member

dunglas commented Nov 21, 2023

Did you try your changes locally?

I just checked and it looks like SonataMediaBundle and FOSCKEditor bundles aren't compatible with Symfony 7 yet. As they are dependencies of this bundle, this bundle cannot be marked as compatible with Symfony 7 if SonataMediaBundle, FOSCKeditorBundle and probably others aren't upgraded before.

Also, it looks like FOSCKEditorBundle doesn't support CKEditor 5, and that CKEditor 4 has been EOLed: FriendsOfSymfony/FOSCKEditorBundle#242

For this bundle to be useful, FOSCKeditorBundle must be made compatible with CKEditor 5.

@pauljosephkrogulec pauljosephkrogulec marked this pull request as draft November 21, 2023 08:06
@pauljosephkrogulec pauljosephkrogulec force-pushed the migration-symfony6 branch 3 times, most recently from 2b7a9b9 to a2cba22 Compare November 21, 2023 10:20
@pauljosephkrogulec pauljosephkrogulec marked this pull request as ready for review November 21, 2023 10:22
@pauljosephkrogulec pauljosephkrogulec changed the title migration symfony 6 PHP 8.1 migration symfony 5 and 6 PHP 8.1 Nov 21, 2023
chore: migration symfony 6

chore: migration symfony 6

chore: migration symfony 6

chore: migration symfony 6

chore: migration symfony 6

chore: migration symfony 6

chore: migration symfony 6

chore: migration symfony 6

chore: migration symfony 6

chore: migration symfony 6

chore: migration symfony 6

Co-authored-by: Kévin Dunglas <[email protected]>

chore: migration symfony 6

Co-authored-by: Kévin Dunglas <[email protected]>

chore: migration symfony 6

Co-authored-by: Kévin Dunglas <[email protected]>
@dunglas dunglas merged commit 790bb02 into master Nov 21, 2023
@dunglas dunglas deleted the migration-symfony6 branch November 21, 2023 10:48
@dunglas
Copy link
Member

dunglas commented Nov 21, 2023

Thanks @pauljosephkrogulec

dependencies:
- "lowest"
- "highest"


Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Extra line to be removed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants