Skip to content

laminas-migration 1.2.2

Compare
Choose a tag to compare
@weierophinney weierophinney released this 23 Jun 21:03
· 150 commits to 1.6.x since this release
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 and vendor/ 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.