FMElfinderBundle icon indicating copy to clipboard operation
FMElfinderBundle copied to clipboard

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

Open rvdavidx opened this issue 2 years ago • 1 comments

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) 

rvdavidx avatar Apr 03 '23 17:04 rvdavidx

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.

bobvandevijver avatar Jun 02 '23 12:06 bobvandevijver