web-token / jwt-framework

JWT Framework
MIT License
892 stars 106 forks source link

Move `symfony/console` to the bundle #533

Closed Cyperghost closed 1 month ago

Cyperghost commented 8 months ago

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 commented 8 months ago

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 commented 1 month ago

Closing as not relevant anymore with 4.x

github-actions[bot] commented 20 hours ago

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.