Skip to content

Commit

Permalink
re-added laravel auto-discovery
Browse files Browse the repository at this point in the history
  • Loading branch information
nickurt committed Jul 25, 2017
1 parent 27d3734 commit b5c760a
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions composer.json
Expand Up @@ -15,5 +15,15 @@
"src/helpers.php"
]
},
"minimum-stability": "dev"
}
"minimum-stability": "dev",
"extra": {
"laravel": {
"providers": [
"nickurt\\Akismet\\ServiceProvider"
],
"aliases": {
"Akismet": "nickurt\\Akismet\\Facade"
}
}
}
}

0 comments on commit b5c760a

Please sign in to comment.