Skip to content

Commit

Permalink
Merge pull request #1 from Palaxx/autodiscover-laravel-55
Browse files Browse the repository at this point in the history
Autodiscover package's service for laravel 5.5
  • Loading branch information
wmather authored Jun 30, 2018
2 parents 4a74d26 + d53d8d4 commit e82396b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.idea
9 changes: 8 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,12 @@
},

"minimum-stability": "stable",
"prefer-stable": true
"prefer-stable": true,
"extra": {
"laravel": {
"providers": [
"Wmather\\WinCache\\WinCacheStoreServiceProvider"
]
}
}
}

0 comments on commit e82396b

Please sign in to comment.