Skip to content

Commit

Permalink
Merge pull request #8 from JanBukva/master
Browse files Browse the repository at this point in the history
Add automatic package discovery
  • Loading branch information
imanghafoori1 authored Aug 26, 2017
2 parents c1302b8 + 7fc0a2e commit 55c6106
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 @@ -4,7 +4,7 @@
"keywords": ["laravel","laravel-cache","laravel5-package","PHP","laravel5"],
"type": "project",
"license": "MIT",
"homepage": "https://github.com/imanghafoori1/laravel-widgetize",
"homepage": "https://github.com/imanghafoori1/laravel-widgetize",
"authors": [
{
"name": "Iman Ghafoori",
Expand All @@ -30,5 +30,12 @@
"files": [
"src/helpers.php"
]
},
"extra": {
"laravel": {
"providers": [
"Imanghafoori\\Widgets\\WidgetsServiceProvider"
]
}
}
}

0 comments on commit 55c6106

Please # to comment.