{
    "name": "vtlabs/rummygo",
    "description": "Rummygo",
    "type": "project",
    "repositories": [
        {
            "url": "https://github.com/ujjwalwahi/laravel-wallet.git",
            "type": "git"
        },
        {
            "url": "https://github.com/ujjwalwahi/laravel-comments.git",
            "type": "git"
        },
        {
            "url": "https://github.com/ujjwalwahi/telescope.git",
            "type": "git"
        },
        {
            "url": "https://github.com/ujjwalwahi/rating.git",
            "type": "git"
        },
        {
            "url": "https://github.com/ujjwalwahi/laravel-favorite.git",
            "type": "git"
        },
        {
            "url": "https://github.com/ujjwalwahi/plans.git",
            "type": "git"
        },
        {
            "url": "https://github.com/ujjwalwahi/laravel-dotenv-editor.git",
            "type": "git"
        },
        {
            "url": "https://github.com/ujjwalwahi/beanstream-php.git",
            "type": "git"
        },
        {
            "url": "https://gitlab.com/vtlabs/php-packages/laravel-artisan.git",
            "type": "gitlab"
        },
        {
            "url": "https://gitlab.com/vtlabs/php-packages/laravel-core.git",
            "type": "gitlab"
        },
        {
            "url": "https://gitlab.com/vtlabs/php-packages/laravel-cardgame.git",
            "type": "gitlab"
        },
        {
            "url": "https://gitlab.com/vtlabs/php-packages/laravel-category.git",
            "type": "gitlab"
        },
        {
            "url": "https://gitlab.com/vtlabs/php-packages/laravel-banners.git",
            "type": "gitlab"
        },
        {
            "url": "https://gitlab.com/vtlabs/php-packages/laravel-support.git",
            "type": "gitlab"
        },
        {
            "url": "https://gitlab.com/vtlabs/php-packages/laravel-faq.git",
            "type": "gitlab"
        },
        {
            "url": "https://gitlab.com/vtlabs/php-packages/laravel-payments.git",
            "type": "gitlab"
        },
        {
            "url": "https://gitlab.com/vtlabs/php-packages/laravel-appointments.git",
            "type": "gitlab"
        },
        {
            "url": "https://gitlab.com/vtlabs/php-packages/laravel-report.git",
            "type": "gitlab"
        }
    ],
    "require": {
        "php": "~8.2.0",
        "laravel/framework": "^11.0",
        "vtlabs/core": "v3.x-dev",
        "vtlabs/cardgame": "dev-master"
    },
    "require-dev": {
    },
    "autoload": {
        "classmap": [],
        "psr-4": {
            "App\\": "app/",
            "Database\\Seeders\\": "database/seeders/"
        },
        "files": [
            "app/helpers.php"
        ]
    },
    "autoload-dev": {
        "psr-4": {
            "Tests\\": "tests/"
        }
    },
    "scripts": {
        "post-root-package-install": [
            "php -r \"file_exists('.env') || copy('.env.example', '.env');\""
        ],
        "post-create-project-cmd": [
            "php artisan key:generate"
        ],
        "post-install-cmd": [
            "Illuminate\\Foundation\\ComposerScripts::postInstall"
        ],
        "post-update-cmd": [
            "Illuminate\\Foundation\\ComposerScripts::postUpdate"
        ],
        "post-autoload-dump": [
            "Illuminate\\Foundation\\ComposerScripts::postAutoloadDump",
            "@php artisan package:discover"
        ]
    },
    "config": {
        "preferred-install": "dist",
        "sort-packages": true,
        "optimize-autoloader": true
    },
    "prefer-stable": true,
    "minimum-stability": "dev"
}
