No changes
This commit is contained in:
parent
8680a02b13
commit
b6b398f5bf
17374 changed files with 2475441 additions and 0 deletions
54
ControlPanel/protocol/GameQ/composer.json
Normal file
54
ControlPanel/protocol/GameQ/composer.json
Normal file
|
|
@ -0,0 +1,54 @@
|
|||
{
|
||||
"name": "austinb/gameq",
|
||||
"description": "GameQ Gameserver Library",
|
||||
"version": "2.0.4",
|
||||
"license": "LGPL-3.0+",
|
||||
"authors": [
|
||||
{
|
||||
"name": "Austin Bischoff",
|
||||
"email": "austin.bischoff@gmail.com",
|
||||
"role": "Packagist/Composer Maintainer, Developer",
|
||||
"homepage": "https://github.com/Austinb"
|
||||
},
|
||||
{
|
||||
"name": "Christoph Kretzschmar",
|
||||
"email": "blackskyliner@googlemail.com",
|
||||
"role": "Developer",
|
||||
"homepage": "https://github.com/Blackskyliner"
|
||||
},
|
||||
{
|
||||
"name": "Marcel Bößendörfer",
|
||||
"email": "m.boessendoerfer@marbis.net",
|
||||
"role": "Developer",
|
||||
"homepage": "https://github.com/nitrado"
|
||||
},
|
||||
{
|
||||
"name": "Alexander Hambalgo",
|
||||
"role": "Developer",
|
||||
"homepage": "http://balgo.users.sourceforge.net/"
|
||||
},
|
||||
{
|
||||
"name": "Holger",
|
||||
"role": "Developer",
|
||||
"homepage": "http://icet33.users.sourceforge.net/"
|
||||
},
|
||||
{
|
||||
"name": "Sebastian Weidenbach",
|
||||
"role": "Developer",
|
||||
"homepage": "http://sebastianwe.users.sourceforge.net/"
|
||||
}
|
||||
],
|
||||
"support": {
|
||||
"source": "https://github.com/Austinb/GameQ",
|
||||
"issues": "https://github.com/Austinb/GameQ/issues",
|
||||
"wiki": "https://github.com/Austinb/GameQ/wiki"
|
||||
},
|
||||
"require": {
|
||||
"php": ">=5.2",
|
||||
"ext-bz2": "*",
|
||||
"ext-zlib": "*"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-0": { "GameQ": "." }
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue