{
    "name": "payment-gateway/payment-system",
    "description": "Modern Payment Gateway System with PHP 8+",
    "type": "project",
    "license": "MIT",
    "require": {
        "php": ">=8.0",
        "ext-pdo": "*",
        "ext-json": "*",
        "ext-mbstring": "*",
        "ext-openssl": "*",
        "firebase/php-jwt": "^6.0",
        "phpmailer/phpmailer": "^6.8",
        "guzzlehttp/guzzle": "^7.0",
        "ramsey/uuid": "^4.0",
        "endroid/qr-code": "^4.0",
        "phpoffice/phpspreadsheet": "^1.28",
        "mpdf/mpdf": "^8.0",
        "pragmarx/google2fa": "^8.0"
    },
    "require-dev": {
        "phpunit/phpunit": "^10.0"
    },
    "autoload": {
        "psr-4": {
            "App\\": "app/"
        }
    },
    "autoload-dev": {
        "psr-4": {
            "Tests\\": "tests/"
        }
    },
    "scripts": {
        "test": "phpunit"
    },
    "config": {
        "optimize-autoloader": true,
        "preferred-install": "dist"
    }
}
