Skip to content

Commit 94e7a92

Browse files
author
Laravelish
authored
Support Auto-Discovery
This will make the package work with auto-discovery in Laravel 5.5.
1 parent f677d6f commit 94e7a92

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

composer.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,5 +44,15 @@
4444
},
4545
"config": {
4646
"sort-packages": true
47-
}
47+
},
48+
"extra": {
49+
"laravel": {
50+
"providers": [
51+
"Pbmedia\\LaravelFFMpeg\\FFMpegServiceProvider"
52+
],
53+
"aliases": {
54+
"FFMpeg": "Pbmedia\\LaravelFFMpeg\\FFMpegFacade"
55+
}
56+
}
57+
}
4858
}

0 commit comments

Comments
 (0)