Closed Cyperghost closed 1 month 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.
Closing as not relevant anymore with 4.x
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.
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