Skip to content

Commit a2bd1af

Browse files
author
Matt Lantz
authored
Merge pull request #44 from eklundkristoffer/master
Support Auto-Discovery
2 parents 7562d9a + 3dfcd87 commit a2bd1af

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

composer.json

+8
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,14 @@
3131
"extra": {
3232
"branch-alias": {
3333
"dev-master": "5.5-dev"
34+
},
35+
"laravel": {
36+
"providers": [
37+
"Collective\\Remote\\RemoteServiceProvider"
38+
],
39+
"aliases": {
40+
"SSH": "Collective\\Remote\\RemoteFacade"
41+
}
3442
}
3543
},
3644
"autoload": {

0 commit comments

Comments
 (0)