Skip to content

v5.1.2: Uses Symfony command attributes

Choose a tag to compare

@thorewi thorewi released this 30 Sep 19:01
· 31 commits to master since this release
Replaces the static `$defaultName` property with Symfony's `AsCommand` attribute for command registration.
This provides a cleaner and more modern approach to defining console commands.