Skip to content

Commit 2551432

Browse files
committed
Merge branch 'master' into 5.5
2 parents 3296c75 + a2bd1af commit 2551432

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)