antonmarin/amocrm

View on GitHub
composer.json

Summary

Maintainability
Test Coverage
{
    "name": "antonmarin/amocrm",
    "description": "Library to work with AmoCrm (https://amocrm.ru)",
    "keywords": ["amocrm"],
    "type": "library",
    "authors": [
        {
            "name": "Anton Marin",
            "email": "antonaryo85@gmail.com"
        }
    ],
    "autoload": {
        "psr-4": {"amocrm\\": "src/"}
    },
    "autoload-dev": {
        "psr-4": {"amocrmTest\\": "tests/"}
    },
    "require": {
        "php": ">=5.4",
        "lib-curl": "^7.0"
    },
    "require-dev": {
        "phpunit/phpunit": "^4.8",
        "codeclimate/php-test-reporter": "^0.3.2"
    },
    "license": ["GPL-3.0+"]
}