videocutting/composer.json

28 lines
659 B
JSON
Raw Normal View History

2020-09-30 11:46:41 +02:00
{
"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"
}
}