{
    "name": "xfoxawy/2checkout",
    "description": "2Checkout API Service Provider",
    "keywords": ["2checkout","2co","payment","gateway","laravel"],
    "type": "library",
    "homepage": "https://github.com/xfoxawy/2checkout",
    "support": {
        "issues": "https://github.com/xfoxawy/2checkout/issues",
        "source": "https://github.com/xfoxawy/2checkout"
    },
    "require": {
        "guzzlehttp/guzzle": "6.3.*",
        "php": ">=5.6"
    },
    "require-dev": {
        "phpunit/phpunit": "6.2",
        "mockery/mockery": "^0.9.9",
        "larapack/dd": "^1.1"
    },
    "autoload": {
        "classmap" : ["src/TwoCheckout"],
        "psr-4": {
            "TwoCheckout\\": "src/TwoCheckout/"
        }
    },
    "autoload-dev": {
        "psr-4": {
            "TwoCheckout\\Tests\\": "tests/"
        }
    },
    "license": "MIT",
    "authors": [
        {
            "name": "xfoxawy",
            "email": "xfoxawy@gmail.com"
        }
    ],
    "minimum-stability": "dev"
}
