This repository has been archived by the owner on Nov 20, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 29
/
Copy pathcomposer.json
76 lines (76 loc) · 1.92 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"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": {
"php": "5.6.1",
"laravel/framework": "5.2.*",
"lavary/laravel-menu": "dev-master",
"zizaco/entrust": "5.2.x-dev",
"davejamesmiller/laravel-breadcrumbs": "^3.0",
"roumen/feed": "~2.10",
"anahkiasen/former": "4.0.*@dev",
"guzzlehttp/guzzle": "^6.1",
"laravelcollective/html": "^5.2",
"devfactory/minify": "1.0.*",
"vierbergenlars/php-semver": "3.0.0",
"graham-campbell/markdown": "^5.3",
"rap2hpoutre/laravel-log-viewer": "^1.7",
"kryptonit3/pusher": "dev-master",
"doctrine/dbal": "^2.5",
"geoip2/geoip2": "~2.0",
"pragmarx/google2fa": "^1.0",
"bacon/bacon-qr-code": "~1.0",
"predis/predis": "^1.1"
},
"require-dev": {
"fzaninotto/faker": "~1.4",
"mockery/mockery": "0.9.*",
"phpunit/phpunit": "~4.0",
"symfony/css-selector": "2.8.*|3.0.*",
"symfony/dom-crawler": "2.8.*|3.0.*"
},
"autoload": {
"classmap": [
"database"
],
"psr-4": {
"BFACP\\": "app/"
}
},
"autoload-dev": {
"classmap": [
"tests/TestCase.php"
]
},
"config": {
"preferred-install": "dist",
"platform": {
"php": "5.6.1"
}
}
}