{
    "name": "emitech/adminauthentication",
    "description": "This is the admin section that controls the login functionality",
    "type": "project",
    "require": {
        "php": "^8.0",
        "composer": "^2.4"
    },
    "license": "MIT",
    "autoload": {
        "psr-4": {
            "Emitech\\Adminauthentication\\": "src/"
        },
		"files" : [
			"Helper/auth_helper.php",
			"Helper/constant.php"
		]
    },
    "authors": [
        {
            "name": "Olabige Michael",
            "email": "websolution@emitech.com.my"
        }
    ],
    "minimum-stability": "dev",
	"extra" : {
		"laravel" : {
			"providers" : [
				"Emitech\\Adminauthentication\\Providers\\AdminauthenticationServiceProvider",
				"Emitech\\Adminauthentication\\Providers\\AdminAuthenticationEventServiceProvider"
			],
			"aliases" : {
				"Adminauthentication" : "Emitech\\Adminauthentication\\Facades"
			}
		}
	}
}
