AzuraCast/composer.json

27 lines
687 B
JSON

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