PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Raskin Veniamin   ffmpeg-maker   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: ffmpeg-maker
Build movies with images and audio using ffmpeg
Author: By
Last change:
Date: 6 years ago
Size: 380 bytes
 

Contents

Class file image Download
{ "name": "larapress/lp-movie-maker", "authors": [ { "name": "Vench", "email": "nowwrit@mail.ru" } ], "type": "library", "autoload": { "psr-4": { "LpMovieMaker\\": "src/" } }, "require": { "php": ">=7.0.0" }, "require-dev": { "phpunit/phpunit": "~4.0" } }