{
    "name": "lavalite/cms",
    "description": "The Lavalite - CMS based on laravel.",
    "keywords": ["framework", "laravel", "lavalite", "cms"],
    "license": "MIT",
    "type": "cms",
    "require": {
        "php": "^7.1.3",
        "ayesh/instagram-download": "^2.1",
        "doctrine/dbal": "^2.8",
        "fideloper/proxy": "^4.0",
        "laravel/framework": "5.7.13",
        "laravel/tinker": "^1.0",
        "lavalite/framework": "4.0.21",
        "litecms/block": "@dev",
        "litecms/contact": "@dev",
        "litecms/facility": "@dev",
        "litecms/gallery": "@dev",
        "litecms/home": "@dev",
        "litecms/instagram": "@dev",
        "litecms/melaka": "@dev",
        "litecms/offer": "@dev",
        "litecms/page": "@dev",
        "litecms/room": "@dev",
        "litecms/themes": "@dev",
        "litepie/calendar": "~3.0",
        "litepie/message": "~3.0",
        "litepie/task": "~3.0"
    },


    "repositories" : [
        {
            "type"      : "path",
            "url"       : "packages/litecms/room",
            "options"   : {
                "symlink" : true
            }
        },
        {
            "type"      : "path",
            "url"       : "packages/litecms/gallery",
            "options"   : {
                "symlink" : true
            }
        }, 
        {
            "type"      : "path",
            "url"       : "packages/litecms/instagram",
            "options"   : {
                "symlink" : true
            }
        }, 
        {
            "type"      : "path",
            "url"       : "packages/litecms/melaka",
            "options"   : {
                "symlink" : true
            }
        },  
        {
            "type"      : "path",
            "url"       : "packages/litecms/facility",
            "options"   : {
                "symlink" : true
            }
        }, 
        {
            "type"      : "path",
            "url"       : "public/themes",
            "options"   : {
                "symlink" : true
            }
        },
        {
            "type"      : "path",
            "url"       : "packages/litecms/page",
            "options"   : {
                "symlink" : true
            }
        }, 
        {
            "type"      : "path",
            "url"       : "packages/litecms/block",
            "options"   : {
                "symlink" : true
            }
        },
        {
            "type"      : "path",
            "url"       : "packages/litecms/home",
            "options"   : {
                "symlink" : true
            }
        }, 
        {
            "type"      : "path",
            "url"       : "packages/litecms/offer",
            "options"   : {
                "symlink" : true
            }
        },
        {
            "type"      : "path",
            "url"       : "packages/litecms/instagram",
            "options"   : {
                "symlink" : true
            }
        },
        {
            "type"      : "path",
            "url"       : "packages/litecms/contact",
            "options"   : {
                "symlink" : true
            }
        }
    ],
    "require-dev": {
        "filp/whoops": "~2.0",
        "nunomaduro/collision": "~1.1",
        "fzaninotto/faker": "~1.4",
        "mockery/mockery": "~1.0",
        "phpunit/phpunit": "~7.0",
        "symfony/thanks": "^1.0"
    },
    "autoload": {
        "classmap": [
            "database/seeds",
            "database/factories"
        ],
        "psr-4": {
            "App\\": "app/"
        }
    },
    "autoload-dev": {
        "psr-4": {
            "Tests\\": "tests/"
        }
    },
    "extra": {
        "laravel": {
            "dont-discover": [
                "anahkiasen/former",
                "fideloper/proxy",
                "intervention/image",
                "laravel/socialite",
                "laravel/tinker",
                "mcamara/laravel-localization",
                "nunomaduro/collision",
                "prettus/l5-repository",
                "spatie/laravel-activitylog",
                "spatie/laravel-backup"
            ]
        }
    },
    "scripts": {
        "post-root-package-install": [
            "@php -r \"file_exists('.env') || copy('.env.example', '.env');\""
        ],
        "post-create-project-cmd": [
            "@php artisan key:generate"
        ],
        "post-autoload-dump": [
            "Illuminate\\Foundation\\ComposerScripts::postAutoloadDump"
        ]
    },
    "config": {
        "preferred-install": "dist",
        "sort-packages": true,
        "optimize-autoloader": true
    },
    "minimum-stability": "dev",
    "prefer-stable": true
}
