{ "name": "vertisan/oauth2-twitch-helix", "description": "Twitch (new version Helix) OAuth 2.0 Client Provider for The PHP League OAuth2-Client", "keywords": [ "oauth", "league", "package", "twitch", "client", "helix" ], "license": "MIT", "authors": [ { "name": "Paweł Farys", "email": "pmg.farys@gmail.com", "homepage": "https://github.com/vertisan" } ], "require": { "php": ">=5.6.0", "league/oauth2-client": "^2.2.1" }, "require-dev": { "phpunit/phpunit": "^5.7", "mockery/mockery": "^1.2", "ext-json": "*", "squizlabs/php_codesniffer": "^3.4", "jakub-onderka/php-parallel-lint": "^1.0" }, "autoload": { "psr-4": { "Vertisan\\OAuth2\\Client\\Provider\\": "src/" } }, "autoload-dev": { "psr-4": { "Vertisan\\OAuth2\\Client\\Test\\Provider\\": "tests/" } } }