dolejska-daniel/challonge-api

View on GitHub
composer.json

Summary

Maintainability
Test Coverage
{
    "name": "dolejska-daniel/challonge-api",
    "type": "library",
    "description": "ChallongeAPI wrapper for PHP7",
    "keywords": ["challonge", "tournaments", "api", "wrapper", "php7"],
    "homepage": "https://github.com/dolejska-daniel/challonge-api",
    "license": "GPL-3.0",
    "authors": [
        {
            "name": "Daniel Dolejška",
            "email": "dolejskad@gmail.com",
            "role": "Developer"
        }
    ],
    "require": {
        "php": ">=7.0.0",
        "curl/curl": "^1.6.0"
    },
    "require-dev": {
        "phpunit/phpunit": "6.2.2",
        "codeclimate/php-test-reporter": "v0.4.4"
    },
    "autoload": {
        "psr-4": {
            "ChallongeAPI\\": "src/ChallongeAPI"
        }
    },
    "minimum-stability": "stable"
}