AzuraCast/composer.json

38 lines
953 B
JSON

{
"name": "slvreagle23/azuracast",
"description": "The AzuraCast standalone radio station management tool.",
"require": {
"zendframework/zend-paginator": "~2.5",
"zendframework/zend-feed": "~2.5",
"zendframework/zend-http": "~2.5",
"zendframework/zend-servicemanager": "~2.5",
"zendframework/zend-config": "~2.5",
"guzzlehttp/guzzle": "~5.0",
"doctrine/orm": "2.4.*",
"tedivm/stash": "0.14.*",
"filp/whoops": "1.*",
"electrolinux/phpquery": "0.9.6",
"nette/mail": "2.3.0",
"google/apiclient": "1.0.*@beta",
"aws/aws-sdk-php": "3.*",
"phpoffice/phpexcel": "1.8.0",
"ise/php-soundcloud": "dev-master",
"james-heinrich/getid3": "~1.9"
},
"require-dev": {
"phalcon/devtools": "~3@dev"
},
"authors": [
{
"name": "Buster Neece",
"email": "buster@busterneece.com"
}
],
"config": {
"preferred-install": "dist"
},
"minimum-stability": "stable"
}