video-generater / composer.json
stephenz007's picture
initial commit
ae8c95b
raw
history blame
No virus
669 Bytes
{
"name": "bghira/chatgpt-video-generator",
"description": "Generating simple video files using ChatGPT",
"type": "project",
"require": {
"guzzlehttp/guzzle": "^7.0",
"psr/log": "^1.1",
"monolog/monolog": "^2.3",
"james-heinrich/getid3": "^1.9",
"php-ffmpeg/php-ffmpeg": "^1.1"
},
"autoload": {
"psr-4": {
"bghira\\": "classes/"
}
},
"require-dev": {
"phpunit/phpunit": "^9.5"
},
"authors": [
{
"name": "bghira",
"email": "nunya@bizness.nat"
}
],
"minimum-stability": "stable",
"license": "SUL-1.0"
}