Skip to content

Releases: laminas/laminas-dependency-plugin

laminas-dependency-plugin 1.0.4

20 May 13:46
1.0.4
Compare
Choose a tag to compare

Added

  • Nothing.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • #17 fixes how the various Expressive packages referencing Zend Framework components are detected and rewritten, so that they now properly reference Laminas instead of Zend in the rewritten names.

laminas-dependency-plugin 1.0.3

14 Jan 19:38
1.0.3
f269716
Compare
Choose a tag to compare

Added

  • Nothing.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • #12 adds exclusion for zendframework/zend-debug as it was not migrated to Laminas.

laminas-dependency-plugin 1.0.2

07 Jan 18:35
1.0.2
Compare
Choose a tag to compare

Added

  • Nothing.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • #10 fixes a bad comparison in the DependecyRewriterPlugin.

laminas-dependency-plugin 1.0.1

07 Jan 15:43
1.0.1
Compare
Choose a tag to compare

Added

  • Nothing.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • #7 adds exclusions for zendframework/zend-version, zendframework/zendservice-apple-apns, zendframework/zendservice-google-gcm, zfcampus/zf-apigility-example, zfcampus/zf-angular, and zfcampus/zf-deploy, as none of these packages were migrated to Laminas.

laminas-dependency-plugin 1.0.0

31 Dec 21:07
1.0.0
Compare
Choose a tag to compare

Added

  • First stable release.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.

laminas-dependency-plugin 0.2.0

02 Dec 16:45
0.2.0
Compare
Choose a tag to compare

Added

  • Nothing.

Changed

  • #3 updates the tooling to rewrite Apigility packages to reference laminas-api-tools and api-tools.

  • #3 updates the tooling to rewrite Expressive packages to reference Mezzio.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.

laminas-dependency-plugin 0.1.3

01 Nov 19:11
0.1.3
Compare
Choose a tag to compare

Added

  • Nothing.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • #2 fixes how package replacements are slip-streamed in, ensuring nested dependencies use the correct packages. Previously, Composer would report the replacement, but the original ZF package would actually be installed.

laminas-dependency-plugin 0.1.2

29 Oct 17:52
0.1.2
Compare
Choose a tag to compare

Added

  • #1 adds support for PHP 5.6 and 7.0.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.

laminas-dependency-plugin 0.1.1

28 Oct 21:21
0.1.1
Compare
Choose a tag to compare

Added

  • Nothing.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Adds rewrite rules for known archived packages, ensuring the plugin will not attempt to rewrite those packages to Laminas variants.

laminas-dependency-plugin 0.1.0

28 Oct 21:21
0.1.0
Compare
Choose a tag to compare

Added

  • Adds a pre-command-run listener in order to rewrite requests to install zendframework and zfcampus packages to their Laminas Project equivalents.

  • Adds a pre-dependencies-solving listener in order to replace requests for zendframework and zfcampus packages with their Laminas Project equivalents.

  • Adds a pre-package-install listener to intercept install requests for zendframework and zfcampus packages and replace them with Laminas Project equivalents.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.