Skip to content

Commit

Permalink
composer laravel package auto discovery
Browse files Browse the repository at this point in the history
  • Loading branch information
hkp22 committed Jul 9, 2018
1 parent de464a9 commit f0ee84d
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"authors": [
{
"name": "Harish Kumar",
"email": "harish.pra22@gmail.com"
"email": "harishpra22@gmail.com"
}
],
"require": {
Expand All @@ -31,5 +31,17 @@
"psr-4": {
"Hkp22\\Tests\\Laravel\\Bannable\\": "tests/"
}
}
},
"scripts": {
"test": "vendor/bin/phpunit"
},
"extra": {
"laravel": {
"providers": [
"Hkp22\\Laravel\\Bannable\\BannableServiceProvider"
]
}
},
"minimum-stability": "dev",
"prefer-stable" : true
}

0 comments on commit f0ee84d

Please sign in to comment.