egeloen / IvoryCKEditorBundle

Provides a CKEditor integration for your Symfony project.
MIT License
336 stars 114 forks source link

DEPRECATED Symfony 3.2 #349

Closed botjaeger closed 5 years ago

botjaeger commented 6 years ago

User Deprecated: The "assets.packages" service is private, getting it from the container is deprecated since Symfony 3.2 and will fail in 4.0. You should either make the service public, or stop using the container directly and use dependency injection instead.

AND

User Deprecated: The "ivory_ck_editor.renderer.json_builder" service is private, getting it from the container is deprecated since Symfony 3.2 and will fail in 4.0. You should either make the service public, or stop using the container directly and use dependency injection instead.

I'm currently using Symfony 3.4 and planning on migrating to Symfony 4 but I found this log message on Deprecations section.

Hope you guys can fix this. Thank you.

thelem commented 5 years ago

Duplicate of #329

This bundle isn't being actively developed. It has been forked by FOS, see https://github.com/FriendsOfSymfony/FOSCKEditorBundle/blob/1.x/docs/migration.rst for migration instructions.