LarsNieuwenhuizen/Trustpilot

View on GitHub
composer.json

Summary

Maintainability
Test Coverage
{
    "name": "larsnieuwenhuizen/trustpilot",
    "description": "PHP library for communication with the Trustpilot API",
    "require": {
        "php": ">=7.3",
        "guzzlehttp/guzzle": "^6.2",
        "guzzlehttp/oauth-subscriber": "^0.3.0",
        "symfony/yaml": "^3.2 || ^4.2"
    },
    "autoload": {
        "psr-4": {
            "LarsNieuwenhuizen\\Trustpilot\\": "src/"
        }
    },
    "autoload-dev": {
        "psr-4": {
            "LarsNieuwenhuizen\\Trustpilot\\Tests\\": "tests/"
        }
    },
    "license": "MIT",
    "authors": [
        {
            "name": "Lars Nieuwenhuizen",
            "email": "lars.nieuwenhuizen@me.com"
        }
    ],
    "require-dev": {
        "phpunit/phpunit": "^9",
        "codeclimate/php-test-reporter": "^0.4.4"
    }
}