-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
40 lines (40 loc) · 1.02 KB
/
composer.json
File metadata and controls
40 lines (40 loc) · 1.02 KB
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
{
"name": "teltek/pumukit-paella-stats-bundle",
"description": "Stats for PuMuKIT and Paella",
"type": "symfony-bundle",
"keywords": [
"stats",
"symfony",
"bundle",
"pumukit",
"paella"
],
"require": {
"php": ">=7.2",
"pumukit/pumukit": "^4.0",
"teltek/pumukit-paella-player-bundle": "^3.0",
"gpslab/geoip2": "^1.0",
"ext-json": "*"
},
"homepage": "https://github.com/teltek/PumukitPaellaStatsBundle",
"license": "proprietary",
"authors": [
{
"name": "Teltek Team",
"homepage": "https://teltek.es"
}
],
"autoload": {
"psr-4": {
"Pumukit\\PaellaStatsBundle\\": ""
}
},
"scripts": {
"post-install-cmd": [
"GpsLab\\Bundle\\GeoIP2Bundle\\Composer\\ScriptHandler::updateDatabase"
],
"post-update-cmd": [
"GpsLab\\Bundle\\GeoIP2Bundle\\Composer\\ScriptHandler::updateDatabase"
]
}
}