mirror of
https://github.com/Bigherollc/wticreatorstudio.git
synced 2026-07-14 09:01:42 -04:00
28 lines
508 B
JSON
28 lines
508 B
JSON
{
|
|
"name": "nwidart/studioplus",
|
|
"description": "",
|
|
"authors": [
|
|
{
|
|
"name": "Nicolas Widart",
|
|
"email": "[email protected]"
|
|
}
|
|
],
|
|
"extra": {
|
|
"laravel": {
|
|
"providers": [],
|
|
"aliases": {
|
|
|
|
}
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Modules\\StudioPlus\\": ""
|
|
}
|
|
},
|
|
"require": {
|
|
"php-ffmpeg/php-ffmpeg": "^0.19.0",
|
|
"google/cloud-storage": "^1.29"
|
|
}
|
|
}
|