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

Support for Symfony 7 #259

Open
RosanaAssy opened this issue Dec 29, 2023 · 20 comments
Open

Support for Symfony 7 #259

RosanaAssy opened this issue Dec 29, 2023 · 20 comments

Comments

@RosanaAssy
Copy link

Hello, Please can you add support for Symfony 7.

@fouadSalkini
Copy link

+1

1 similar comment
@abd-el-rahman-abboud-sync

+1

@icemaker
Copy link

icemaker commented Dec 29, 2023

This is needed, +1

@ahmad-chauk-sync
Copy link

please i need your support for symfony 7

@CondonesMix
Copy link

Please!!

@fouadSalkini
Copy link

I have added a temporarily bundle with SF7 support.

https://github.com/fouadSalkini/FOSCKEditorBundle

Warning
This bundle is only temporary and will only work as long as FOS does not add support for Symfony 7. It will then be removed after that

@radiz13
Copy link

radiz13 commented Jan 15, 2024

Great Fouad 👍

@Gwadas
Copy link

Gwadas commented Jan 21, 2024

I can't install your package : Could not find a version of package fds/ckeditor-bundle matching your minimum-stability (stable). Require it with an explicit version constraint allowing its desired stability.

@fouadSalkini
Copy link

@Gwadas fixed!

@Gwadas
Copy link

Gwadas commented Jan 22, 2024

@Gwadas fixed!

Still not :/
I tried this: composer require fds/ckeditor-bundle 1.0.0
Problem 1
- Root composer.json requires fds/ckeditor-bundle 1.0.0 (exact version match: 1.0.0 or 1.0.0.0), found fds/ckeditor-bundle[v1.0.x-dev] but it does not match the constraint.

and this composer require fds/ckeditor-bundle

In PackageDiscoveryTrait.php line 332:

Could not find a version of package fds/ckeditor-bundle matching your minimum-stability (stable). Require it with an explicit version constraint allowing its desired stability.

@juaniAla
Copy link

I have added a temporarily bundle with SF7 support.

https://github.com/fouadSalkini/FOSCKEditorBundle

Warning This bundle is only temporary and will only work as long as FOS does not add support for Symfony 7. It will then be removed after that

Hello.. the bundle fds/ckeditor-bundle is not more available??

@fouadSalkini
Copy link

fouadSalkini commented Jan 25, 2024

I have added a temporarily bundle with SF7 support.
https://github.com/fouadSalkini/FOSCKEditorBundle
Warning This bundle is only temporary and will only work as long as FOS does not add support for Symfony 7. It will then be removed after that

Hello.. the bundle fds/ckeditor-bundle is not more available??

No, it has been removed. The main bundle has been updated.

@radiz13
Copy link

radiz13 commented Jan 25, 2024

I have added a temporarily bundle with SF7 support.
https://github.com/fouadSalkini/FOSCKEditorBundle
Warning This bundle is only temporary and will only work as long as FOS does not add support for Symfony 7. It will then be removed after that

Hello.. the bundle fds/ckeditor-bundle is not more available??

No, it has been removed. The main bundle has been updated.

I've the same issue, how to fix to work with S7 ? (and assetMapper)
Thx.

@RosanaAssy
Copy link
Author

@radiz13 the main bundle (FriendsOfSymfony/FOSCKEditorBundle) has been fixed.

@radiz13
Copy link

radiz13 commented Jan 26, 2024

Impossible to install it with S7 & AssetMapper :
composer require friendsofsymfony/ckeditor-bundle
Same message than before :
Problem 1
- friendsofsymfony/ckeditor-bundle[1.0.0, ..., 1.2.1] require php ^5.6 || ^7.0 -> your php version (8.2.2) does not satisfy that requirement.
- friendsofsymfony/ckeditor-bundle[2.0.0, ..., 2.2.0] require php ^7.1 -> your php version (8.2.2) does not satisfy that requirement.
- friendsofsymfony/ckeditor-bundle 2.3.0 requires symfony/asset ^4.4 || ^5.0 -> found symfony/asset[v4.4.0, ..., v4.4.46, v5.0.0, ..., v5.4.31] but it conflicts with your root composer.json require (7.0.).
- friendsofsymfony/ckeditor-bundle 2.4.0 requires symfony/asset ^4.4 || ^5.0 || ^6.0 -> found symfony/asset[v4.4.0, ..., v4.4.46, v5.0.0, ..., v5.4.31, v6.0.0, ..., v6.4.0] but it conflicts with your root composer.json require (7.0.
).
- Root composer.json requires friendsofsymfony/ckeditor-bundle * -> satisfiable by friendsofsymfony/ckeditor-bundle[1.0.0, 1.1.0, 1.2.0, 1.2.1, 2.0.0, ..., 2.4.0].

@juaniAla
Copy link

Impossible to install it with S7 & AssetMapper : composer require friendsofsymfony/ckeditor-bundle Same message than before : Problem 1 - friendsofsymfony/ckeditor-bundle[1.0.0, ..., 1.2.1] require php ^5.6 || ^7.0 -> your php version (8.2.2) does not satisfy that requirement. - friendsofsymfony/ckeditor-bundle[2.0.0, ..., 2.2.0] require php ^7.1 -> your php version (8.2.2) does not satisfy that requirement. - friendsofsymfony/ckeditor-bundle 2.3.0 requires symfony/asset ^4.4 || ^5.0 -> found symfony/asset[v4.4.0, ..., v4.4.46, v5.0.0, ..., v5.4.31] but it conflicts with your root composer.json require (7.0.). - friendsofsymfony/ckeditor-bundle 2.4.0 requires symfony/asset ^4.4 || ^5.0 || ^6.0 -> found symfony/asset[v4.4.0, ..., v4.4.46, v5.0.0, ..., v5.4.31, v6.0.0, ..., v6.4.0] but it conflicts with your root composer.json require (7.0.). - Root composer.json requires friendsofsymfony/ckeditor-bundle * -> satisfiable by friendsofsymfony/ckeditor-bundle[1.0.0, 1.1.0, 1.2.0, 1.2.1, 2.0.0, ..., 2.4.0].

Same issue!!!! Do I have to set the latest version in the composer require?

@radiz13
Copy link

radiz13 commented Feb 2, 2024

Somebody could help us ?

@AirBair
Copy link

AirBair commented Feb 2, 2024

Somebody could help us ?

A release has been made 2 days ago, see #258 (comment)

Just launch composer require friendsofsymfony/ckeditor-bundle again.

@radiz13
Copy link

radiz13 commented Feb 6, 2024

Yesss, it works ! Thx.

@fouadSalkini
Copy link

Guys, please close this ticket.

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

No branches or pull requests

10 participants