helios-ag / FMElfinderBundle

:file_folder: ElFinderBundle provides ElFinder integration with TinyMCE, CKEditor, Summernote editors
MIT License
275 stars 128 forks source link

Package sensio/framework-extra-bundle is abandoned, you should avoid using it. Use Symfony instead. #496

Open rvdavidx opened 1 year ago

rvdavidx commented 1 year ago

Describe the bug Composer sends the framework extra bundle is abandoned notice during installation: Package sensio/framework-extra-bundle is abandoned, you should avoid using it. Use Symfony instead.

To Reproduce

prompt$   composer require helios-ag/fm-elfinder-bundle
./composer.json has been updated
Running composer update helios-ag/fm-elfinder-bundle
Loading composer repositories with package information
Updating dependencies
Lock file operations: 2 installs, 0 updates, 0 removals
  - Locking helios-ag/fm-elfinder-bundle (12.2.3)
  - Locking studio-42/elfinder (2.1.61)
Writing lock file
Installing dependencies from lock file (including require-dev)
Package operations: 2 installs, 0 updates, 0 removals
  - Downloading studio-42/elfinder (2.1.61)
  - Downloading helios-ag/fm-elfinder-bundle (12.2.3)
  - Installing studio-42/elfinder (2.1.61): Extracting archive
  - Installing helios-ag/fm-elfinder-bundle (12.2.3): Extracting archive
Package sensio/framework-extra-bundle is abandoned, you should avoid using it. Use Symfony instead.
Generating autoload files
131 packages you are using are looking for funding.
Use the `composer fund` command to find out more!

Symfony operations: 1 recipe (fe84c64aee541a6fdaa043bb24b35ec3)
  - Configuring helios-ag/fm-elfinder-bundle (>=10.0): From github.com/symfony/recipes-contrib:main

(OPTIONAL) Additional context

$ bin/console -V
Symfony 6.2.7 (env: dev, debug: true) 
bobvandevijver commented 1 year ago

This is not caused by this bundle, but it is required by one of your other dependencies. You can run composer why sensio/framework-extra-bundle to see where it comes from.