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

Move symfony/console to the bundle #533

Open
Cyperghost opened this issue Feb 28, 2024 · 1 comment
Open

Move symfony/console to the bundle #533

Cyperghost opened this issue Feb 28, 2024 · 1 comment
Assignees
Labels

Comments

@Cyperghost
Copy link

Description

For non-Symfony applications, it would not be practical to have the symfony/console package.
The classes from the Jose\Component\Console can be moved to the Jose\Bundle\JoseFramework\Console. So all the Symonfy features are in one place.

Example

No response

@Spomky
Copy link
Member

Spomky commented Feb 28, 2024

Hi,

The console commands can be used as standalone commands (e.g. the JWT App).
That's why these classes will stay here.
The dependencies won't move in the major 3.x branches, but this will be the case in 4.x. The minor version 3.3 is a bit special as it should not break existing application but it is the only way to move to 4.x. You should restrict 3.2.x and wait for 4.0 to resollve this issue.

@Spomky Spomky self-assigned this Mar 16, 2024
@Spomky Spomky added the DX label Mar 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants