composer.json 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. {
  2. "name": "austinb/gameq",
  3. "description": "GameQ Gameserver Library",
  4. "version": "2.0.4",
  5. "license": "LGPL-3.0+",
  6. "authors": [
  7. {
  8. "name": "Austin Bischoff",
  9. "email": "[email protected]",
  10. "role": "Packagist/Composer Maintainer, Developer",
  11. "homepage": "https://github.com/Austinb"
  12. },
  13. {
  14. "name": "Christoph Kretzschmar",
  15. "email": "[email protected]",
  16. "role": "Developer",
  17. "homepage": "https://github.com/Blackskyliner"
  18. },
  19. {
  20. "name": "Marcel Bößendörfer",
  21. "email": "[email protected]",
  22. "role": "Developer",
  23. "homepage": "https://github.com/nitrado"
  24. },
  25. {
  26. "name": "Alexander Hambalgo",
  27. "role": "Developer",
  28. "homepage": "http://balgo.users.sourceforge.net/"
  29. },
  30. {
  31. "name": "Holger",
  32. "role": "Developer",
  33. "homepage": "http://icet33.users.sourceforge.net/"
  34. },
  35. {
  36. "name": "Sebastian Weidenbach",
  37. "role": "Developer",
  38. "homepage": "http://sebastianwe.users.sourceforge.net/"
  39. }
  40. ],
  41. "support": {
  42. "source": "https://github.com/Austinb/GameQ",
  43. "issues": "https://github.com/Austinb/GameQ/issues",
  44. "wiki": "https://github.com/Austinb/GameQ/wiki"
  45. },
  46. "require": {
  47. "php": ">=5.2",
  48. "ext-bz2": "*",
  49. "ext-zlib": "*"
  50. },
  51. "autoload": {
  52. "psr-0": { "GameQ": "." }
  53. }
  54. }