Skip to content

Releases: laminas/laminas-migration

1.5.0

15 Nov 21:39
1.5.0
beae91f
Compare
Choose a tag to compare

Release Notes for 1.5.0

Feature release (minor)

1.5.0

  • Total issues resolved: 0
  • Total pull requests resolved: 1
  • Total contributors: 1

Enhancement

1.4.0

12 Sep 13:36
1.4.0
53360a9
Compare
Choose a tag to compare

Release Notes for 1.4.0

Feature release (minor)

1.4.0

renovate

Enhancement

1.3.0

05 Jan 21:31
1.3.0
d1d34a7
Compare
Choose a tag to compare

1.3.0 - 2021-01-05

Added

  • #55 adds support for PHP 8.0.

Changed

  • #61 changes the constructor of the FileFilter class to remove the initial $path argument, as well as to remove the $path property, as neither were used internally. This class is primarily an internal implementation detail; however, if you were using it in your own code, you may need to update how you create instances.

  • #60 bumps the injected laminas/laminas-dependency-plugin constraint to 2.1 to allow usage with Composer v2 releases.

Removed

  • #55 removes support for PHP versions prior to 7.3; if you need to use an older PHP version, use the 1.2.2 release instead.

Release Notes for 1.3.0

1.3.0

  • Total issues resolved: 3
  • Total pull requests resolved: 3
  • Total contributors: 3

Enhancement

1.2.3

05 Jan 19:51
1.2.3
100e6d8
Compare
Choose a tag to compare

1.2.3 - 2021-01-05


Release Notes for 1.2.3

1.2.3

  • Total issues resolved: 1
  • Total pull requests resolved: 1
  • Total contributors: 2

Bug

laminas-migration 1.2.2

23 Jun 21:03
1.2.2
Compare
Choose a tag to compare

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.

laminas-migration 1.2.1

27 May 19:27
1.2.1
Compare
Choose a tag to compare

Added

  • Nothing.

Changed

  • #44 updates the composer/semver requirement to allow usage with any of the v1, v2, or v3 release trees.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.

laminas-migration 1.2.0

29 Apr 16:11
1.2.0
Compare
Choose a tag to compare

Added

  • #42 adds logic for migrating the "zendframework/zendframework" package to Laminas. Previously, it was left unmigrated. Now, the entry is replaced by a set of packages relevant to the given constraint listed. We recommend users who benefit from this change audit their code post-migration to remove any unused packages installed in this way.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.

laminas-migration 1.1.0

03 Mar 09:46
1.1.0
4667596
Compare
Choose a tag to compare

Added

  • #34 adds --keep-locked-versions flag to synchronise composer.json with composer.lock packages before migration.
    For more details please see documentation.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.

laminas-migration 1.0.3

25 Feb 15:57
1.0.3
Compare
Choose a tag to compare

Added

  • Nothing.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • #37 restores support for PHP 5.6 by implementing an alternative strategy for determining the package version.

laminas-migration 1.0.2

09 Jan 17:54
1.0.2
Compare
Choose a tag to compare

Added

  • Nothing.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • #30 adds version information to the tool, to simplify identifying the version when reporting issues.