Siren/composer.json

28 lines
639 B
JSON
Raw Normal View History

{
"name": "bitgoblin/siren",
"description": "Self-hosted video ingest and transcoder service.",
"type": "project",
"license": "BSD-2-Clause",
"autoload": {
"psr-4": {
"BitGoblin\\Siren\\": "src/"
}
},
"authors": [
{
"name": "Gregory Ballantine",
"email": "gballantine@bitgoblin.tech"
}
],
"minimum-stability": "stable",
"require": {
"slim/slim": "^4.13",
"slim/psr7": "^1.6",
"php-di/php-di": "^6.4",
"hassankhan/config": "^3.0"
},
"scripts": {
"phinx": "./vendor/bin/phinx"
}
}