Releases: Jeroen-G/laravel-packager
Releases · Jeroen-G/laravel-packager
v2.0
Major refactoring and some new features, such as custom skeletons. See changelog.md
for all the details.
v1.6
Add package auto discovery and update documentation (Laravel 5.5).
v1.5.5
- Add command to check your composer dependencies for security vulnerabilities
- Fix publishing tests command path functions for Windows
v1.5.4
Fixes a bug where Packager stopped working on Laravel 5.1 (#32)
v1.5.3
Fixes a bug with composer dumping autoloads on php 5.6 (issue #30)
v1.5.2
Now dumps composer autoloads. Also updates the Guzzle requirement because of a security vulnerability.
v1.5
Updated documentation, fixed placeholders, added interaction option to packager:new
.
v1.4
Added a new command for package tests and fixed the list command.
v1.3
Added command to list locally installed packages.