View file core/libs/PayStack-PHP/vendor/composer/installed.json

File size: 2.6Kb
[
    {
        "name": "yabacon/paystack-php",
        "version": "v2.0",
        "version_normalized": "2.0.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/yabacon/paystack-php.git",
            "reference": "89d9db4f44dc08e123507bc7034380a9412dd10f"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/yabacon/paystack-php/zipball/89d9db4f44dc08e123507bc7034380a9412dd10f",
            "reference": "89d9db4f44dc08e123507bc7034380a9412dd10f",
            "shasum": ""
        },
        "require": {
            "php": "~5.5|~7.0"
        },
        "require-dev": {
            "guzzlehttp/guzzle": "^6.2",
            "phpunit/phpunit": "~5.3",
            "scrutinizer/ocular": "^1.1",
            "squizlabs/php_codesniffer": "^2.3",
            "vlucas/phpdotenv": "^2.2"
        },
        "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"
        },
        "time": "2016-04-26T21:27:18+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.0-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Yabacon\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "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"
            }
        ],
        "description": "Helps make your Paystack API calls giving a stdClass object.",
        "homepage": "https://github.com/yabacon/paystack-php",
        "keywords": [
            "api",
            "curl",
            "customer",
            "disable",
            "enable",
            "page",
            "paystack",
            "paystack-php",
            "plan",
            "subscription",
            "transaction",
            "verify",
            "yabacon"
        ]
    }
]