Skip to content
This repository has been archived by the owner on Aug 7, 2024. It is now read-only.

Commit

Permalink
Add Laravel package auto-discovery
Browse files Browse the repository at this point in the history
  • Loading branch information
ttrig committed Oct 31, 2019
1 parent b20e70c commit 4bf8155
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Added

- Laravel package auto-discovery


## [0.2.1] - 2019-09-20

Expand Down
7 changes: 7 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,13 @@
"Butler\\Guru\\Tests\\": "tests/"
}
},
"extra": {
"laravel": {
"providers": [
"Butler\\Guru\\ServiceProvider"
]
}
},
"require": {
"php": "^7.1",
"illuminate/support": "5.6.*|5.7.*|5.8.*|^6.0",
Expand Down

0 comments on commit 4bf8155

Please sign in to comment.