forked from AdKats/BFACP
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
52 lines (52 loc) · 1.75 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
{
"name": "adkgamers/bfadmincp",
"description": "A web based admin tool for Battlefield 3, Battlefield 4, and Battlefield Hardline integrated with AdKats and XPKillers Stat Logger plugins for ProCon.",
"keywords": ["adkgamers", "battlefield 3", "webrcon", "adkats", "battlefield 4", "battlefield hardline", "bf3", "bf4", "bfh"],
"license": "proprietary",
"type": "project",
"homepage": "https://github.com/Prophet731/BFAdminCP",
"support": {
"forum": "http://www.adkgamers.com/forum/265-adk-web-dev-support/",
"issues": "https://github.com/Prophet731/BFAdminCP/issues",
"source": "https://github.com/Prophet731/BFAdminCP"
},
"authors": [
{
"name": "Prophet731",
"role": "Head Developer"
}
],
"require": {
"anahkiasen/former": "~3.5",
"dingo/api": "0.8.2",
"geoip2/geoip2": "~2.0",
"guzzlehttp/guzzle": "~5.0",
"laravel/framework": "4.2.*",
"lavary/laravel-menu": "1.5.0",
"php": ">=5.5.0",
"zizaco/confide": "~4.3@dev",
"zizaco/entrust": "1.2.*@dev",
"vierbergenlars/php-semver": "3.0.0",
"davejamesmiller/laravel-breadcrumbs": "2.*",
"kmd/logviewer": "1.2.*",
"ceesvanegmond/minify": "2.0.*",
"roumen/feed": "2.8.*",
"artdarek/pusherer": "1.0.*",
"tomgrohl/laravel4-php71-encrypter": "^1.1"
},
"autoload": {
"classmap": [
"app/commands",
"app/database/migrations",
"app/database/seeds",
"app/tests/BaseTestCase.php"
],
"psr-4": {
"BFACP\\": "app/bfacp"
}
},
"config": {
"preferred-install": "dist"
},
"minimum-stability": "stable"
}