steeffffeen/FancyManiaLinks

View on GitHub
composer.json

Summary

Maintainability
Test Coverage
{
  "name": "steeffffeen/fancymanialinks",
  "description": "ManiaLink Framework for Object-Based XML Generation",
  "keywords": [
    "ManiaPlanet",
    "ShootMania",
    "TrackMania",
    "ManiaLink",
    "ManiaCode",
    "ManiaScript",
    "XML"
  ],
  "homepage": "https://github.com/steeffffeen/FancyManiaLinks",
  "license": "GPL-3.0",
  "authors": [
    {
      "name": "Steffen Schroeder",
      "email": "mail@steeffeen.com",
      "homepage": "http://www.steeffeen.com/"
    }
  ],
  "require": {
    "php": ">=5.3"
  },
  "require-dev": {
    "phpunit/phpunit": "<6"
  },
  "autoload": {
    "psr-4": {
      "FML\\": "FML/"
    }
  }
}