FriendsOfSymfony / FOSCKEditorBundle

Provides a CKEditor integration for your Symfony project.
Other
516 stars 83 forks source link

Support for Symfony 7 #259

Open RosanaAssy opened 7 months ago

RosanaAssy commented 7 months ago

Hello, Please can you add support for Symfony 7.

fouadSalkini commented 7 months ago

+1

abd-el-rahman-abboud-sync commented 7 months ago

+1

icemaker commented 7 months ago

This is needed, +1

ahmad-chauk-sync commented 7 months ago

please i need your support for symfony 7

CondonesMix commented 6 months ago

Please!!

fouadSalkini commented 6 months ago

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 commented 6 months ago

Great Fouad 👍

Gwadas commented 6 months ago

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 commented 6 months ago

@Gwadas fixed!

Gwadas commented 6 months ago

@Gwadas fixed!

Still not :/ I tried this: composer require fds/ckeditor-bundle 1.0.0
Problem 1

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 commented 6 months ago

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 commented 6 months ago

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 commented 6 months ago

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 commented 6 months ago

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

radiz13 commented 6 months ago

Impossible to install it with S7 & AssetMapper : composer require friendsofsymfony/ckeditor-bundle Same message than before : _Problem 1

juaniAla commented 6 months ago

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 commented 5 months ago

Somebody could help us ?

AirBair commented 5 months ago

Somebody could help us ?

A release has been made 2 days ago, see https://github.com/FriendsOfSymfony/FOSCKEditorBundle/pull/258#issuecomment-1918546594

Just launch composer require friendsofsymfony/ckeditor-bundle again.

radiz13 commented 5 months ago

Yesss, it works ! Thx.

fouadSalkini commented 5 months ago

Guys, please close this ticket.