Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
rvdavidx opened this issue Apr 3, 2023 · 1 comment

Comments

@rvdavidx
Copy link

rvdavidx commented Apr 3, 2023

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
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants