Skip to content

Commit

Permalink
Now automatically registers ServiceProvider with Laravel 5.5 and up. …
Browse files Browse the repository at this point in the history
…(See issue #5)
  • Loading branch information
sandervanhooft committed Mar 26, 2018
1 parent 8f65611 commit ebb4b4e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 12 deletions.
15 changes: 3 additions & 12 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,22 +4,13 @@ All Notable changes to `laravel-invoicable` will be documented in this file.

Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) principles.

## NEXT - YYYY-MM-DD
## 1.0.7 - 2018-03-26

### Added
- Nothing

### Deprecated
- Nothing
- Now automatically registers ServiceProvider with Laravel 5.5 and up. (See issue #5)

### Fixed
- Updated author E-mail and website addresses

### Removed
- Nothing

### Security
- Nothing
- Updated author E-mail and website addresses (.com instead of .nl)

## 2018-03-20
### Fixed
Expand Down
5 changes: 5 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,11 @@
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
},
"laravel": {
"providers": [
"SanderVanHooft\\Invoicable\\InvoicableServiceProvider"
]
}
},
"config": {
Expand Down

0 comments on commit ebb4b4e

Please sign in to comment.