Cześć.
Mam problem z instalacją boundle dla symfony. Nie wiem co robię źle ? Ale instaluje nowy projekt symony 5.1, Następnie instaluje :
composer require egeloen/ckeditor-bundle
I dostaje taki od razu błąd :
composer require egeloen/ckeditor-bundle
Using version ^6.0 for egeloen/ckeditor-bundle
./composer.json has been updated
Loading composer repositories with package information
Updating dependencies (including require-dev)
Restricting packages listed in "symfony/symfony" to "5.1.*"
Your requirements could not be resolved to an installable set of packages.
Problem 1
- egeloen/ckeditor-bundle 6.0.1 requires symfony/dependency-injection ^2.7|^3.0 -> no matching package found.
- egeloen/ckeditor-bundle 6.0.0 requires symfony/dependency-injection ^2.7|^3.0 -> no matching package found.
- Installation request for egeloen/ckeditor-bundle ^6.0 -> satisfiable by egeloen/ckeditor-bundle[6.0.0, 6.0.1].
Potential causes:
- A typo in the package name
- The package is not available in a stable-enough version according to your minimum-stability setting
see <https://getcomposer.org/doc/04-schema.md#minimum-stability> for more details.
- It's a private package and you forgot to add a custom repository to find it
Read <https://getcomposer.org/doc/articles/troubleshooting.md> for further common problems.
Installation failed, reverting ./composer.json to its original content.
Czy ktoś wie jak można zainstalować ten ckeditor ?