{
    "name": "imjol/maildoll",
    "type": "project",
    "description": "The skeleton application for the Laravel framework.",
    "keywords": ["laravel", "framework"],
    "license": "MIT",
    "require": {
        "php": "^8.1",
        "aman00323/emailchecker": "^2.2",
        "anandsiddharth/laravel-paytm-wallet": "^2.0",
        "barryvdh/laravel-dompdf": "^2.0",
        "blade-ui-kit/blade-icons": "^1.5",
        "brunocfalcao/blade-feather-icons": "^3.0",
        "codeat3/blade-unicons": "^1.7",
        "doctrine/dbal": "^3.7",
        "gathuku/laravelmpesa": "^1.0",
        "guzzlehttp/guzzle": "^7.8",
        "infobip-community/infobip-api-php-sdk": "^1.1",
        "instamojo/instamojo-php": "^1.0",
        "intervention/image": "^3.2",
        "iwasherefirst2/laravel-multimail": "^1.3",
        "iyzico/iyzipay-php": "^2.0",
        "jdavidbakr/mail-tracker": "^7.9",
        "kingflamez/laravelrave": "^4.2",
        "laravel/framework": "^10.10",
        "laravel/octane": "^2.1",
        "laravel/sanctum": "^3.2",
        "laravel/tinker": "^2.8",
        "laravel/ui": "*",
        "maatwebsite/excel": "^3.1",
        "mailgun/mailgun-php": "^4.0",
        "mckenziearts/laravel-notify": "^2.4",
        "mollie/laravel-mollie": "^3.0",
        "mollie/mollie-api-php": "^2.68",
        "nwidart/laravel-modules": "^10.0",
        "nyholm/psr7": "^1.8",
        "plivo/plivo-php": "^4.59",
        "razorpay/razorpay": "^2.9",
        "realrashid/sweet-alert": "^7.1",
        "romanzipp/laravel-queue-monitor": "^5.0",
        "sendgrid/sendgrid": "^8.1",
        "sentry/sentry-laravel": "^4.1",
        "spatie/laravel-data": "^3.9",
        "spatie/laravel-mailable-test": "^2.3",
        "srmklive/paypal": "~3.0",
        "stripe/stripe-php": "^13.7",
        "sumup/sumup-ecom-php-sdk": "^1.2",
        "swoole/ide-helper": "^5.1",
        "symfony/http-client": "^6.4",
        "twilio/sdk": "^7.13",
        "tzsk/payu": "^7.0",
        "unicodeveloper/laravel-paystack": "^1.1",
        "vonage/client": "^4.0"
    },
    "require-dev": {
        "fakerphp/faker": "^1.9.1",
        "laravel/breeze": "^1.25",
        "laravel/pint": "^1.16",
        "laravel/sail": "^1.26",
        "laravel/telescope": "^4.16",
        "mockery/mockery": "^1.4.4",
        "nunomaduro/collision": "^7.0",
        "pestphp/pest-plugin-laravel": "^2.0",
        "spatie/laravel-ignition": "^2.0"
    },
    "autoload": {
        "psr-4": {
            "App\\": "app/",
            "Modules\\": "Modules/",
            "Database\\Factories\\": "database/factories/",
            "Database\\Seeders\\": "database/seeders/"
        },
        "files": [
            "app/Helpers.php",
            "app/EmailVerify.php"
            ]
    },
    "autoload-dev": {
        "psr-4": {
            "Tests\\": "tests/"
        }
    },
    "scripts": {
        "post-autoload-dump": [
            "Illuminate\\Foundation\\ComposerScripts::postAutoloadDump",
            "@php artisan package:discover --ansi"
        ],
        "post-update-cmd": [
            "@php artisan vendor:publish --tag=laravel-assets --ansi --force"
        ],
        "post-root-package-install": [
            "@php -r \"file_exists('.env') || copy('.env.example', '.env');\""
        ],
        "post-create-project-cmd": [
            "@php artisan key:generate --ansi"
        ]
    },
    "extra": {
        "laravel": {
            "dont-discover": [
                "laravel/telescope"
            ]
        }
    },
    "config": {
        "optimize-autoloader": true,
        "preferred-install": "dist",
        "sort-packages": true,
        "allow-plugins": {
            "pestphp/pest-plugin": true,
            "php-http/discovery": true
        }
    },
    "minimum-stability": "stable",
    "prefer-stable": true
}
