videocutting/composer.json

26 lines
579 B
JSON
Raw Permalink 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": "8.2.*",
2023-06-11 17:04:44 +02:00
"symfony/console": "^6.3",
"symfony/process": "^6.3"
2020-09-30 11:46:41 +02:00
},
"require-dev": {
"phpunit/phpunit": "^10.0"
2020-09-30 11:46:41 +02:00
}
}