forked from AzuraCast/AzuraCast
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
60 lines (60 loc) · 1.93 KB
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "AzuraCast/AzuraCast",
"description": "The AzuraCast standalone radio station management tool.",
"license": "Apache-2.0",
"require": {
"php": ">=7.2",
"roave/security-advisories": "dev-master",
"slim/slim": "^3.0",
"league/plates": "^3.1",
"filp/whoops": "2.*",
"azuracast/azuraforms": "dev-master",
"zendframework/zend-paginator": "^2.7",
"zendframework/zend-config": "^3.1.0",
"doctrine/orm": "~2.6",
"doctrine/dbal": "dev-master#298c9140ac5ba8e1fadd09dd4e91e4145d357cb9",
"doctrine/migrations": "^1.5",
"jdorn/sql-formatter": "^1.2",
"packaged/helpers": "^1.5",
"guzzlehttp/guzzle": ">6.0",
"electrolinux/phpquery": "0.9.6",
"james-heinrich/getid3": "dev-master",
"influxdb/influxdb-php": "^1.14.3",
"supervisorphp/supervisor": "^3.0",
"lstrojny/fxmlrpc": "^0.14.0",
"php-http/socket-client": "^1.2",
"php-http/message": "^1.4",
"php-http/guzzle6-adapter": "^1.1",
"mobiledetect/mobiledetectlib": "^2.8",
"guzzlehttp/oauth-subscriber": "^0.3.0",
"monolog/monolog": "^1.23",
"gettext/gettext": "^4.4",
"cakephp/chronos": "^1.1",
"doctrine/data-fixtures": "^1.3"
},
"require-dev": {
"codeception/codeception": "^2.2",
"flow/jsonpath": "^0.3.4",
"zircote/swagger-php": "^2.0",
"mockery/mockery": "^1.0"
},
"authors": [
{
"name": "Buster Neece",
"email": "[email protected]"
}
],
"autoload": {
"psr-4": {
"App\\": "app/src/App",
"AzuraCast\\": "app/src/AzuraCast",
"Entity\\": "app/src/Entity",
"Controller\\": "app/src/Controller"
}
},
"config": {
"preferred-install": "dist"
},
"prefer-stable": true,
"minimum-stability": "dev"
}