laminas-migration 1.2.2
Added
- Nothing.
Changed
- #49 adds the option "--yes|-y" to the migrate command; if not provided, and the console is interactive, the command will warn the user that the command removes the
composer.lock
file andvendor/
directory, asking them to confirm they want to continue. If they do not, or if they do not pass --yes on the command line in a non-interactive session, the command will abort.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- #48 updates how the
composer.json
file is written to ensure it does not escape unicode characters.