{
    "name": "emitech/application",
    "description": "This is the system management where cache and all other cookies will be cleared and system will be managed",
    "type": "project",
    "license": "MIT",
    "autoload": {
        "psr-4": {
            "Emitech\\Application\\": "src/"
        }
    },
    "authors": [
        {
            "name": "Olabige Michael",
            "email": "websolution@emitech.com.my"
        }
    ],
    "minimum-stability": "dev",
    "require": {},
	"extra": {
    "laravel": {
        "providers": [
            "Emitech\\Application\\Providers\\SystemManagementServiceProvider"
        ],
        "aliases": {
            "Application": "Emitech\\Application\\Facade"
        }
    }
}
}
