PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Sascha Greuel   Weak Auras Decoder   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Weak Auras Decoder
Decode text strings of auras for World Of Warcraft
Author: By
Last change:
Date: 6 years ago
Size: 974 bytes
 

Contents

Class file image Download
{ "name": "softcreatr/weakauras-decoder", "description": "WeakAuras Decoder", "license": "LGPL-3.0", "keywords": ["WeakAuras", "World of Warcraft", "WoW", "SoftCreatR"], "homepage": "https://www.softcreatr.de", "authors": [ { "name": "Sascha Greuel", "email": "sascha@softcreatr.de" }, { "name": "Sebastian Zimmer", "email": "morik@softcreatr.de" } ], "support": { "source": "https://github.com/SoftCreatR/WeakAuras-Decoder", "issues": "https://github.com/SoftCreatR/WeakAuras-Decoder/issues", "forum": "https://support.softcreatr.de" }, "version": "1.0.0-beta1", "require": {}, "require-dev": { "phpunit/phpunit": ">=5.0.0" }, "autoload": { "psr-0": { "SoftCreatR": "src/" } }, "autoload-dev": { "psr-0": { "SoftCreatR\\Tests": "tests/" } } }