Skip to content
This repository has been archived by the owner on Feb 25, 2020. It is now read-only.

Commit

Permalink
Automatic package discovery Laravel 5.5 (#106)
Browse files Browse the repository at this point in the history
  • Loading branch information
actionm authored and Chumper committed Jul 17, 2017
1 parent b272a68 commit 6a1733c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,16 @@
"config": {
"sort-packages": true
},
"extra": {
"laravel": {
"providers": [
"Chumper\\Zipper\\ZipperServiceProvider"
],
"aliases": {
"Zipper": "Chumper\\Zipper\\Zipper"
}
}
},
"minimum-stability": "dev",
"prefer-stable": true
}

0 comments on commit 6a1733c

Please sign in to comment.