30 lines
636 B
JSON
30 lines
636 B
JSON
{
|
|
"name": "161sh/gatekeeper",
|
|
"description": "SSO Identity Management for 161.sh",
|
|
"license": "AGPL-3.0-only",
|
|
"minimum-stability": "dev",
|
|
"version": "1.0",
|
|
"require": {
|
|
"php": ">=7.4",
|
|
"gac/routing": "dev-main",
|
|
"twig/twig": "^3.0",
|
|
"ext-json": "*",
|
|
"161sh/seriousjson": "@dev"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^8"
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Tor": "src/",
|
|
"Cave": "src/"
|
|
}
|
|
},
|
|
"repositories": [
|
|
{
|
|
"type": "path",
|
|
"url": "../SeriousJSON"
|
|
}
|
|
]
|
|
}
|