You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

26 lines
505 B
JSON

4 years ago
{
4 years ago
"name": "freescout/httpheaderauth",
4 years ago
"description": "",
"authors": [
{
"name": "FreeScout",
"email": "support@freescout.net"
}
],
"extra": {
"laravel": {
"providers": [
4 years ago
"Modules\\HttpHeaderAuth\\Providers\\HttpHeaderAuthServiceProvider"
4 years ago
],
"aliases": {
4 years ago
4 years ago
}
}
},
"autoload": {
"psr-4": {
4 years ago
"Modules\\HttpHeaderAuth\\": ""
4 years ago
}
}
}