usabilla/api-php

View on GitHub
composer.json

Summary

Maintainability
Test Coverage
{
    "name": "usabilla/usabilla-api-php",
    "homepage": "https://www.usabilla.com",
    "type": "library",
    "license": "Apache-2.0",
    "require": {
        "php": ">=5.6",
        "guzzlehttp/guzzle-services": "0.5.*"
    },
    "require-dev": {
        "phpunit/phpunit": "5.*",
        "codeclimate/php-test-reporter": "0.3.*"
    },
    "autoload": {
        "psr-4": {
            "": "src/"
        }
    },
    "autoload-dev": {
        "psr-4": {
            "": "tests/"
        }
    }
}