View file core/libs/PayStack-PHP/vendor/yabacon/paystack-php/composer.json

File size: 1.83Kb
{
    "name": "yabacon/paystack-php",
    "type": "library",
    "description": "Helps make your Paystack API calls giving a stdClass object.",
    "keywords": [
        "yabacon",
        "paystack-php",
        "paystack",
        "plan",
        "page",
        "api",
        "transaction",
        "customer",
        "subscription",
        "enable",
        "disable",
        "verify",
        "curl"
    ],
    "homepage": "https://github.com/yabacon/paystack-php",
    "license": "MIT",
    "authors": [
        {
            "name": "Yabacon",
            "email": "yabacon.valley@gmail.com",
            "homepage": "https://github.com/yabacon",
            "role": "Owner"
        },
        {
            "name": "Ibrahim Lawal",
            "email": "ibrahim@lawal.me",
            "homepage": "http://ibrahim.lawal.me",
            "role": "Developer"
        }
    ],
    "require": {
        "php": "~5.5|~7.0"
    },
    "suggest": {
        "guzzlehttp/guzzle": "Guzzle is a PHP HTTP client that makes it easy to send HTTP requests and trivial to integrate with web services. While not required by Paystack-PHP, installing it will provide you a more object-oriented experience. Also note that when Guzzle is installed, the result from API calls will be a GuzzleHttp\\Psr7\\Response Object"
    },
    "require-dev": {
        "phpunit/phpunit": "~5.3",
        "scrutinizer/ocular": "^1.1",
        "guzzlehttp/guzzle": "^6.2",
        "squizlabs/php_codesniffer": "^2.3",
        "vlucas/phpdotenv": "^2.2"
    },
    "autoload": {
        "psr-4": {
            "Yabacon\\": "src/"
        }
    },
    "autoload-dev": {
        "psr-4": {
            "Yabacon\\Paystack\\Test\\": "tests/"
        }
    },
    "scripts": {
        "test": "phpunit"
    },
    "extra": {
        "branch-alias": {
            "dev-master": "2.0-dev"
        }
    }
}