freescout/modules/OAuth/module.json
Erki Aas 7b5b15aebc
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Add OAuth module from repository
2024-02-01 15:20:10 +02:00

23 lines
434 B
JSON
Executable File

{
"name": "OAuth",
"alias": "oauth",
"description": "",
"version": "1.0.0",
"detailsUrl": "",
"author": "",
"authorUrl": "",
"requiredAppVersion": "1.0.2",
"license": "AGPL-3.0",
"keywords": [],
"active": 0,
"order": 0,
"providers": [
"Modules\\OAuth\\Providers\\OAuthServiceProvider"
],
"aliases": {},
"files": [
"start.php"
],
"requires": []
}