{ "name": "danielsiepmann/videocutting", "description": "Allows to cut videos using ffmpeg.", "type": "project", "license": "GPL-2.0-or-later", "authors": [ { "name": "Daniel Siepmann", "email": "coding@daniel-siepmann.de" } ], "autoload": { "psr-4": { "DanielSiepmann\\Videcutting\\": "src/" } }, "require": { "php": "7.3.*", "symfony/console": "^5.1", "symfony/process": "^5.1" }, "require-dev": { "phpunit/phpunit": "^9.3", "phpspec/prophecy": "^1.12", "phpspec/prophecy-phpunit": "^2.0" } }