{
    "name": "bmatovu/laravel-mtn-momo",
    "description": "Laravel MTN MOMO integration.",
    "homepage": "https://github.com/mtvbrianking/laravel-mtn-momo",
    "type": "library",
    "license": "MIT",
    "keywords": [
        "laravel",
        "package",
        "mtn",
        "momo",
        "api"
    ],
    "authors": [
        {
            "name": "Brian Matovu",
            "email": "mtvbrianking@gmail.com",
            "homepage": "http://bmatovu.com",
            "role": "Developer"
        }
    ],
    "require": {
        "php": ">=7.1.3",
        "ext-json": "*",
        "bmatovu/oauth-negotiator": "~1.0.0",
        "guzzlehttp/guzzle": "^6.3",
        "illuminate/console": "~5.8.0",
        "illuminate/container": "~5.8.0",
        "illuminate/contracts": "~5.8.0",
        "illuminate/database": "~5.8.0",
        "illuminate/support": "~5.8.0",
        "nesbot/carbon": "^1.26.3||^2.0",
        "ramsey/uuid": "~3.0"
    },
    "require-dev": {
        "mockery/mockery": "^1.0",
        "orchestra/testbench": "~3.8.0",
        "phpunit/phpunit": "^7.5||^8.0"
    },
    "suggest": {
        "monolog/monolog": "For more comprehensive logging."
    },
    "autoload": {
        "psr-4": {
            "Bmatovu\\MtnMomo\\": "src/"
        }
    },
    "autoload-dev": {
        "psr-4": {
            "Bmatovu\\MtnMomo\\Tests\\": "tests/"
        }
    },
    "files": [
        "src/Support/helpers.php"
    ],
    "minimum-stability": "dev",
    "prefer-stable": true,
    "scripts": {
        "doc": "phpdoc -d src -t docs --cache-folder=docs/cache",
        "test": "./vendor/bin/phpunit",
        "test-coverage": "vendor/bin/phpunit --coverage-html coverage"
    },
    "config": {
        "sort-packages": true
    },
    "extra": {
        "laravel": {
            "providers": [
                "Bmatovu\\MtnMomo\\MtnMomoServiceProvider"
            ]
        }
    }
}
