Skip to content

Commit

Permalink
Fixed Auto Discovery (#53)
Browse files Browse the repository at this point in the history
* Fixed Auto Discovery

* Update CHANGELOG.md
  • Loading branch information
tylercd100 authored Oct 31, 2017
1 parent f93abbb commit 31c8bb4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

All notable changes to `LERN` will be documented in this file.

### 4.2.1
- Fixed Auto Package Discovery

### 4.2.0
- Added the ability to use Custom Recorder and Notifier classes
- Added IP option to the config to collect IP addresses
Expand Down
12 changes: 7 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,13 @@
"suggest": {
},
"extra": {
"providers": [
"Tylercd100\\LERN\\LERNServiceProvider"
],
"aliases": {
"LERN": "Tylercd100\\LERN\\Facades\\LERN"
"laravel": {
"providers": [
"Tylercd100\\LERN\\LERNServiceProvider"
],
"aliases": {
"LERN": "Tylercd100\\LERN\\Facades\\LERN"
}
}
}
}

0 comments on commit 31c8bb4

Please sign in to comment.