Skip to content

Commit

Permalink
php artisan package:discover (>L5.5) (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
talbergs authored and briedis committed Oct 5, 2017
1 parent 23a77e2 commit c224ae3
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,12 @@
"Briedis\\ApiBuilder\\Tests\\": "tests/"
}
},
"minimum-stability": "stable"
"minimum-stability": "stable",
"extra": {
"laravel": {
"providers": [
"Briedis\\ApiBuilder\\ApiBuilderLaravel5ServiceProvider"
]
}
}
}

0 comments on commit c224ae3

Please sign in to comment.