Bumped! 🖥️
Diff: v0.10.1...v0.11.0
Changes:
- Fix: fixed support for AsCommand aliases [14c277c] (@MichaelaBlatakova)
- Composer: require PHP 8.2+ [f6ca8e0] (@Roman3349)
- Composer: allow Symfony 8.x [531ce4e] (@Roman3349)
- Composer: drop symfony 6.x [356da94] (@f3l1x)
- Use PHP 8.2 syntax sugar and fix issues reported by PHPStan [11d9015] (@Roman3349)
Maintenance:
- Tests: add test for a command with an alias and for a hidden command [2bcbd5d] (@MichaelaBlatakova)
- Readme: update entrypoint (bin/console) [36264bf] (@f3l1x)
- CI: run tests on PHP 8.4 and 8.5 [2b3b2a2] (@Roman3349)
- CI: remove obsolete kodiak.toml configuration [637c080] (@felixure)
- Config: remove empty ignoreErrors section from phpstan.neon [c50b94f] (@felixure)
- Composer: use full version format for dev dependencies [e01516c] (@felixure)
- Tests: replace ContainerLoader with ContainerBuilder from contributte/tester [5304ec3] (@f3l1x)
- Composer: open v0.12.x [9a78b54] (@f3l1x)
- Docs: add Symfony Console features documentation [70dd8a6] (@f3l1x)