4
0
mirror of https://github.com/AzuraCast/AzuraCast.git synced 2024-06-27 03:17:06 +00:00
AzuraCast/composer.json

25 lines
662 B
JSON

{
"name": "bravelyblue/pvlive",
"description": "The Ponyville Live! primary application.",
"require": {
"zendframework/zendframework1": "1.12.6",
"doctrine/orm": "v2.4.2",
"phpoffice/phpexcel": "1.8.0",
"james-heinrich/getid3": "v1.9.8",
"electrolinux/phpquery": "0.9.6",
"google/apiclient": "1.0.*@beta",
"phalcon/devtools": "dev-master",
"filp/whoops": "1.*"
},
"authors": [
{
"name": "Buster Neece",
"email": "buster@busterneece.com"
}
],
"config": {
"preferred-install": "dist"
},
"minimum-stability": "dev"
}