Spaces:
Runtime error
Runtime error
File size: 669 Bytes
eb62630 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 |
{
"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"
}
|