xabbuh/panda-client

View on GitHub
composer.json

Summary

Maintainability
Test Coverage
{
    "name": "xabbuh/panda-client",
    "type": "library",
    "description": "PHP client for the Panda encoding REST-API",
    "keywords": ["Panda", "video encoding", "REST", "client"],
    "homepage": "https://github.com/xabbuh/panda-client",
    "license": "MIT",
    "authors": [
        {
            "name": "Christian Flothmann",
            "homepage": "https://github.com/xabbuh"
        }
    ],
    "require": {
        "php": "^5.6 || ^7.0",
        "php-http/client-implementation": "^1.0",
        "php-http/discovery": "^1.2.1",
        "php-http/httplug": "^1.1",
        "php-http/message": "^1.5",
        "symfony/http-foundation": "^2.7 || ^3.2",
        "symfony/serializer": "^2.7 || ^3.2"
    },
    "require-dev": {
        "guzzle/guzzle": "~3.7",
        "guzzlehttp/psr7": "^1.4",
        "php-http/mock-client": "^1.0",
        "symfony/phpunit-bridge": "^3.4.19 || ^4.1.8"
    },
    "minimum-stability": "dev",
    "autoload": {
        "psr-4": {
            "Xabbuh\\PandaClient\\": "src/"
        }
    },
    "autoload-dev": {
        "psr-4": {
            "Xabbuh\\PandaClient\\Tests\\": "tests/"
        }
    },
    "extra": {
        "branch-alias": {
            "dev-master": "2.0.x-dev"
        }
    }
}