Skip to content

Releases: Jeroen-G/laravel-packager

v2.0

12 May 17:09
Compare
Choose a tag to compare

Major refactoring and some new features, such as custom skeletons. See changelog.md for all the details.

v1.6

01 Sep 15:10
Compare
Choose a tag to compare

Add package auto discovery and update documentation (Laravel 5.5).

v1.5.5

26 Jun 18:23
Compare
Choose a tag to compare
  • Add command to check your composer dependencies for security vulnerabilities
  • Fix publishing tests command path functions for Windows

v1.5.4

27 Mar 13:16
Compare
Choose a tag to compare

Fixes a bug where Packager stopped working on Laravel 5.1 (#32)

v1.5.3

16 Feb 20:22
Compare
Choose a tag to compare

Fixes a bug with composer dumping autoloads on php 5.6 (issue #30)

v1.5.2

12 Feb 18:11
Compare
Choose a tag to compare

Now dumps composer autoloads. Also updates the Guzzle requirement because of a security vulnerability.

v1.5.1

03 Nov 07:59
Compare
Choose a tag to compare

Two minor fixes.

v1.5

24 Apr 22:12
Compare
Choose a tag to compare

Updated documentation, fixed placeholders, added interaction option to packager:new.

v1.4

13 Mar 22:03
Compare
Choose a tag to compare

Added a new command for package tests and fixed the list command.

v1.3

17 Nov 17:39
Compare
Choose a tag to compare

Added command to list locally installed packages.