Spaces:
Runtime error
Runtime error
| { | |
| "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" | |
| } | |