Skip to content

Commit

Permalink
Support Auto-Discovery (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
jthomaschewski authored and rebing committed Sep 14, 2017
1 parent b8189a7 commit 9637a87
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 @@ -45,5 +45,15 @@
"classmap": [
"tests/"
]
},
"extra": {
"laravel": {
"providers": [
"Rebing\\GraphQL\\GraphQLServiceProvider"
],
"aliases": {
"GraphQL": "Rebing\\GraphQL\\Support\\Facades\\GraphQL"
}
}
}
}

0 comments on commit 9637a87

Please sign in to comment.