Skip to content

Releases: SanderSander/composer-link

v0.7.1

02 Apr 07:32

Choose a tag to compare

v0.7.0

27 Feb 11:11
44c17b6

Choose a tag to compare

What's Changed

  • Link specified packages automatically from the extra section in composer.json by @SanderSander in #91
  • Fix issue on initial installation when packages are defined in the extra section by @SanderSander in #92
  • Drop PHP 8.1 Support by @SanderSander in #93
  • Fix deprecation for setRunScripts in composer by @SanderSander in #94

Full Changelog: v0.6.0...v0.7.0

v0.6.0

19 Jan 13:53
65d4586

Choose a tag to compare

What's Changed

Full Changelog: v0.5.1...v0.6.0

v0.5.2

19 Jan 13:48

Choose a tag to compare

v0.5.1

21 Apr 21:43
94d3d4f

Choose a tag to compare

What's Changed

  • Use alias package to prevent conflicts with transitive dependencies by @SanderSander in #82

v0.5.0

10 Dec 16:41
ef48fdd

Choose a tag to compare

What's Changed

Full Changelog: v0.4.0...v0.5.0

v0.4.1

07 Dec 00:59
1c04fab

Choose a tag to compare

What's Changed

Full Changelog: v0.4.0...v0.4.1

v0.4.0

03 Dec 19:40
4c1bd4d

Choose a tag to compare

What's Changed

Full Changelog: v0.3.1...v0.4.0

v0.3.1

30 Aug 10:21

Choose a tag to compare

Bug fix release

  • When a directory that contained a linked package was deleted, it was impossible to unlink that package from the project, this is addressed.

v0.3.0

26 Jul 16:56
385adaa

Choose a tag to compare

This update contains several improvements/changes, the biggest are wildcard support and integration tests

  • Support for wildcard paths
  • Added --only-installed option, which checks if the linked package is already exists
  • Integration tests for all operating systems
  • Some minor fixes