AzuraCast/composer.json

74 lines
2.2 KiB
JSON

{
"name": "AzuraCast/AzuraCast",
"description": "The AzuraCast standalone radio station management tool.",
"license": "Apache-2.0",
"require": {
"php": ">=7.2",
"ext-fileinfo": "*",
"ext-gd": "*",
"ext-intl": "*",
"ext-json": "*",
"ext-PDO": "*",
"ext-redis": "*",
"ext-simplexml": "*",
"ext-xml": "*",
"ext-xmlwriter": "*",
"azuracast/azuraforms": "dev-master",
"azuracast/nowplaying": "dev-master",
"cakephp/chronos": "^1.1",
"doctrine/data-fixtures": "^1.3",
"doctrine/dbal": "^2.8",
"doctrine/migrations": "^1.5",
"doctrine/orm": "~2.6",
"electrolinux/phpquery": "0.9.6",
"filp/whoops": "2.*",
"gettext/gettext": "^4.4",
"guzzlehttp/guzzle": ">6.0",
"guzzlehttp/oauth-subscriber": "^0.3.0",
"influxdb/influxdb-php": "^1.14.3",
"james-heinrich/getid3": "dev-master",
"jdorn/sql-formatter": "^1.2",
"league/plates": "^3.1",
"lstrojny/fxmlrpc": "^0.14.0",
"maxmind-db/reader": "~1.0",
"mobiledetect/mobiledetectlib": "^2.8",
"monolog/monolog": "^1.23",
"packaged/helpers": "^1.5",
"paragonie/certainty": "^2",
"php-http/socket-client": "^1.2",
"php-http/message": "^1.4",
"php-http/guzzle6-adapter": "^1.1",
"slim/slim": "^3.0",
"supervisorphp/supervisor": "^3.0",
"symfony/event-dispatcher": "^4.1",
"symfony/finder": "^4.1",
"zendframework/zend-config": "^3.1.0",
"zendframework/zend-paginator": "^2.7"
},
"require-dev": {
"codeception/codeception": "^2.2",
"flow/jsonpath": "^0.3.4",
"mockery/mockery": "^1.0",
"roave/security-advisories": "dev-master",
"squizlabs/php_codesniffer": "3.*",
"zircote/swagger-php": "^3.0"
},
"authors": [
{
"name": "Buster Neece",
"email": "buster@busterneece.com"
}
],
"autoload": {
"psr-4": {
"App\\": "src"
}
},
"config": {
"preferred-install": "dist"
},
"prefer-stable": true,
"minimum-stability": "dev"
}