Skip to content

Commit

Permalink
Merge pull request #33 from cracki/master
Browse files Browse the repository at this point in the history
Add Laravel 5.5 Package Discovery
  • Loading branch information
morilog authored Sep 6, 2017
2 parents 04442a9 + ccf78aa commit 6a2a692
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 @@ -29,5 +29,15 @@
"src/helpers.php"
]
},
"extra": {
"laravel": {
"providers": [
"Morilog\\Jalali\\JalaliServiceProvider"
],
"aliases": {
"jDate": "Morilog\\Jalali\\Facades\\jDate"
}
}
},
"minimum-stability": "dev"
}

0 comments on commit 6a2a692

Please sign in to comment.