Releases: laminas/laminas-migration
Releases · laminas/laminas-migration
1.5.0
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
- 72: Feature: Support PHP 8.2 thanks to @ghostwriter
1.4.0
Release Notes for 1.4.0
Feature release (minor)
1.4.0
-
Total issues resolved: 0
-
Total pull requests resolved: 4
-
Total contributors: 4
-
71: Upgrade dependencies thanks to @internalsystemerror
renovate
- 67: Configure Renovate thanks to @renovate[bot]
Enhancement
1.3.0
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
- 61: Psalm integration thanks to @weierophinney and @boesing
- 60: Update laminas-dependency-plugin constraint to 2.1 thanks to @weierophinney and @boesing
- 55: Php8 support thanks to @jeger-at and @boesing
1.2.3
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
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.
laminas-migration 1.2.1
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
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
Added
- #34 adds
--keep-locked-versions
flag to synchronisecomposer.json
withcomposer.lock
packages before migration.
For more details please see documentation.
Changed
- Nothing.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- Nothing.
laminas-migration 1.0.3
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
Added
- Nothing.
Changed
- Nothing.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- #30 adds version information to the tool, to simplify identifying the version when reporting issues.