Skip to content

Commit

Permalink
Changelog & readme updated
Browse files Browse the repository at this point in the history
  • Loading branch information
introwit committed Feb 21, 2017
1 parent df68411 commit 7831293
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

## Introduction

Laravel Decomposer is used to decompose and list all the installed packages and their dependencies in your laravel app on the hit of a single route as shown below. This package aims to solve the following hassles we encounter during the development of a laravel project & maintaining while its up & live in the production environment :
Laravel Decomposer decomposes and lists all the installed packages and their dependencies in your laravel app along with their versions on the hit of a single route as shown below. This package aims to solve the following hassles encountered during the development of a laravel project & maintaining while its up & live in the production environment :

- To see the list of all installed packages in the laravel app directly from the browser
- To have the log of each dependency of those packages
Expand Down
11 changes: 10 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,14 @@

All notable changes to the Laravel Decomposer will be documented in this file

## v0.5 - 17-02-2017
## v0.1.3 (21-02-2017)
- Updated the Code to be formatted in accordance to PSR-2
- Added doc block comments for added benefit
- Aligned and spaced a couple of things just a tiny bit for extra readability
- Updated the redundant empty if-statement for a cleaner logic path

## v0.1.2 (18-02-2017)
- Now requires PHP >=5.6

## v0.1 (17-02-2017)
- Initial release

0 comments on commit 7831293

Please sign in to comment.