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

[TASK] Add support for symfony/console:^7.0 #119

Open
ErHaWeb opened this issue Nov 12, 2024 · 0 comments
Open

[TASK] Add support for symfony/console:^7.0 #119

ErHaWeb opened this issue Nov 12, 2024 · 0 comments

Comments

@ErHaWeb
Copy link
Contributor

ErHaWeb commented Nov 12, 2024

Currently, a composer update leads to a downgrade of EXT:interestto Version 2.1.0 where symfony/console had not been explicitly defined in composer.json:

Gathering patches for root package.
Loading composer repositories with package information                                                                                                                                                                                                        Updating dependencies                                 
Lock file operations: 0 installs, 3 updates, 0 removals
  - Upgrading overtrue/phplint (9.4.2 => 9.5.4)
  - Downgrading pixelant/interest (2.1.2 => 2.1.0)
  - Upgrading symfony/console (v6.4.14 => v7.1.7)
Writing lock file
Installing dependencies from lock file (including require-dev)
Package operations: 0 installs, 3 updates, 0 removals
Gathering patches for root package.
Gathering patches for dependencies. This might take a minute.
  - Upgrading symfony/console (v6.4.14 => v7.1.7): Extracting archive
  - Upgrading overtrue/phplint (9.4.2 => 9.5.4): Extracting archive
  - Downgrading pixelant/interest (2.1.2 => 2.1.0): Extracting archive
Generating autoload files
Generating class alias map file

At the moment I solve this by an explicit requirement of symfony/console:^6.4 in the composer.json of the project.

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

1 participant