{ "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": "8.2.*", "symfony/console": "^6.3", "symfony/process": "^6.3" }, "require-dev": { "phpunit/phpunit": "^10.0" } }