{
    "name": "laravel/laravel",
    "type": "project",
    "description": "The Laravel Framework.",
    "keywords": [
        "framework",
        "laravel",
        "worksuite"
    ],
    "license": "MIT",
    "require": {
        "php": "^8.0.2",
        "accentinteractive/laravel-logcleaner": "^1.1",
        "authorizenet/authorizenet": "^2.0",
        "barryvdh/laravel-dompdf": "^2.0.0",
        "barryvdh/laravel-ide-helper": "^2.10",
        "barryvdh/laravel-translation-manager": "^0.6.3",
        "billowapp/payfast": "^0.5.0",
        "craftsys/msg91-laravel-notification-channel": "^0.6.2",
        "doctrine/dbal": "^3.0",
        "edujugon/push-notification": "dev-master",
        "eluceo/ical": "^0.16.1",
        "fideloper/proxy": "^4.4",
        "froiden/envato": "^1.0",
        "froiden/laravel-installer": "^1.6",
        "froiden/laravel-rest-api": "^9.0",
        "fruitcake/laravel-cors": "^2.0",
        "google/apiclient": "^2.10",
        "graham-campbell/gitlab": "^6.0",
        "graham-campbell/markdown": "^14.0",
        "guzzlehttp/guzzle": "^7.2",
        "http-interop/http-factory-guzzle": "^1.0",
        "intervention/image": "^2.5",
        "kingflamez/laravelrave": "^4.4",
        "laravel-lang/lang": "~6.1",
        "laravel-notification-channels/onesignal": "^2.2",
        "laravel-notification-channels/telegram": "^2.1",
        "laravel-notification-channels/twilio": "^3.1",
        "laravel/cashier": "^14.5",
        "laravel/fortify": "^1.7",
        "laravel/framework": "^9.19",
        "laravel/helpers": "^1.4",
        "laravel/slack-notification-channel": "^2.3",
        "laravel/socialite": "^5.1",
        "laravel/tinker": "^2.7",
        "laravel/vonage-notification-channel": "^3.0",
        "laravelcollective/html": "^6.2",
        "league/flysystem": "~3.0",
        "league/flysystem-aws-s3-v3": "^3.0",
        "maatwebsite/excel": "^3.1",
        "macellan/laravel-zip": "^1.0",
        "macsidigital/laravel-zoom": "^5.0.3",
        "mitchbred/entrust": "^2.1",
        "mollie/laravel-mollie": "^2.0",
        "nwidart/laravel-modules": "^9.0",
        "paragonie/random_compat": "^9.99",
        "paypal/rest-api-sdk-php": "^1.14",
        "pcinaglia/laraupdater": "^1.0",
        "pusher/pusher-php-server": "^4.1",
        "razorpay/razorpay": "^2.5",
        "sentry/sentry-laravel": "^2.10",
        "spatie/laravel-backup": "8.*",
        "spatie/laravel-cookie-consent": "^3.2",
        "square/square": "16.0.0.20211117",
        "stichoza/google-translate-php": "^4.1",
        "stripe/stripe-php": "^7.66",
        "swiftmailer/swiftmailer": "^6.3",
        "tanmuhittin/laravel-google-translate": "^2.1",
        "twilio/sdk": "^6.13",
        "tymon/jwt-auth": "dev-develop",
        "unicodeveloper/laravel-paystack": "^1.0",
        "webklex/laravel-imap": "2.4.0",
        "yajra/laravel-datatables-buttons": "^4.10",
        "yajra/laravel-datatables-html": "^4.36",
        "yajra/laravel-datatables-oracle": "^9.14"
    },
    "require-dev": {
        "barryvdh/laravel-debugbar": "^3.5",
        "spatie/laravel-ignition": "^1.0",
        "fakerphp/faker": "^1.9.1",
        "mockery/mockery": "^1.4.4",
        "nunomaduro/collision": "^6.1",
        "nunomaduro/larastan": "^2.1.12",
        "phpro/grumphp": "^1.4",
        "phpunit/phpunit": "^9.5.10"
    },
    "repositories": [
        {
            "type": "vcs",
            "url": "https://github.com/Froiden/laravel-translation-manager"
        },
        {
            "type": "vcs",
            "url": "https://github.com/Froiden/PushNotification"
        },
        {
            "type": "vcs",
            "url": "https://github.com/Froiden/payfast"
        },
        {
            "type": "vcs",
            "url": "https://github.com/Froiden/laravelrave"
        }
    ],
    "config": {
        "optimize-autoloader": true,
        "preferred-install": "dist",
        "sort-packages": true,
        "allow-plugins": {
            "composer/package-versions-deprecated": true,
            "phpro/grumphp": true
        }
    },
    "extra": {
        "laravel": {
            "dont-discover": [
                "barryvdh/laravel-ide-helper"
            ]
        }
    },
    "autoload": {
        "psr-4": {
            "App\\": "app/",
            "Database\\Factories\\": "database/factories/",
            "Database\\Seeders\\": "database/seeders/",
            "Modules\\": "Modules/"
        },
        "files": [
            "app/Helper/start.php"
        ]
    },
    "autoload-dev": {
        "psr-4": {
            "Tests\\": "tests/"
        }
    },
    "minimum-stability": "dev",
    "prefer-stable": true,
    "scripts": {
        "post-autoload-dump": [
            "Illuminate\\Foundation\\ComposerScripts::postAutoloadDump",
            "@php artisan package:discover --ansi"
        ],
        "post-root-package-install": [
            "@php -r \"file_exists('.env') || copy('.env.example', '.env');\""
        ],
        "post-create-project-cmd": [
            "@php artisan key:generate --ansi"
        ],
        "post-update-cmd": [
            "Illuminate\\Foundation\\ComposerScripts::postUpdate",
            "@php artisan ide-helper:generate",
            "@php artisan ide-helper:meta"
        ]
    }
}
