Skip to content

Commit

Permalink
fix the class name
Browse files Browse the repository at this point in the history
  • Loading branch information
introwit committed Aug 24, 2017
1 parent 7033c61 commit e060fff
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
All notable changes to the Laravel Decomposer will be documented in this file

## v1.2.3 (24-08-2017)
- Correct class name for auto-discovery in Laravel 5.5

## v1.2.2 (05-06-2017)
- Package autoloading for Laravel 5.5

Expand All @@ -14,7 +17,7 @@ Decomposer::addExtraStats($myArray); // A new block 'Extra Info' will be added c

## v1.2 (03-04-2017)
- Now App & Other Package devs can also [add extra personal package or app specific stats](https://github.com/lubusIN/laravel-decomposer/wiki/Add-your-extra-stats) by using Decomposer as a dependency in their project
- `getReportJson()` method added to get the same Decomposer report as JSON
- `getReportJson()` method added to get the same Decomposer report as JSON
- Fixed breaking of `getReportArray()` method

## v1.1.2 (19-03-2017)
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"extra": {
"laravel": {
"providers": [
"Lubusin\\Decomposer\\ServiceProvider"
"Lubusin\\Decomposer\\DecomposerServiceProvider"
]
}
}
Expand Down

0 comments on commit e060fff

Please sign in to comment.