Skip to content
This repository has been archived by the owner on May 8, 2024. It is now read-only.

Commit

Permalink
Support Auto-Discovery
Browse files Browse the repository at this point in the history
  • Loading branch information
jthomaschewski authored and Nohac committed Sep 13, 2017
1 parent 7891851 commit 3770b94
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 @@ -23,5 +23,12 @@
}
},
"minimum-stability": "dev",
"prefer-stable": true
"prefer-stable": true,
"extra": {
"laravel": {
"providers": [
"Graphiql\\GraphiqlServiceProvider"
]
}
}
}

0 comments on commit 3770b94

Please sign in to comment.