v2.2.1
·
4 commits
to main
since this release
Immutable
release. Only release title and notes can be modified.
Fixed
update:performcommand--versionflag collision (#162, #163) — Symfony Console reserves--version/-Vas a global flag on everyApplication, so declaring--versiononPerformUpdateCommandthrew "An option named version already exists" at command-registration time, breaking everyphp artisan ...invocation in host apps as soon as the command was discoverable. Renamed the custom option to--target-version(and updated the corresponding$this->option()lookup). Added a regression test that verifies the command exposes--target-versionand does not redeclare--versionon its own definition.