{
"authors": [
{
"email": "fkooman@tuxed.net",
"name": "Fran\u00e7ois Kooman",
"role": "Developer"
}
],
"autoload": {
"psr-4": {
"LC\\Portal\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"LC\\Portal\\Tests\\": "tests/"
}
},
"description": "User and admin portal for Let's Connect! and eduVPN",
"license": "AGPL-3.0-or-later",
"name": "lc/vpn-user-portal",
"prefer-stable": true,
"repositories": [
{
"type": "path",
"url": "../vpn-lib-common"
},
{
"type": "vcs",
"url": "https://git.sr.ht/~fkooman/php-oauth2-server"
},
{
"type": "vcs",
"url": "https://git.sr.ht/~fkooman/php-jwt"
},
{
"type": "vcs",
"url": "https://git.sr.ht/~fkooman/php-sqlite-migrate"
},
{
"type": "vcs",
"url": "https://git.sr.ht/~fkooman/php-saml-sp"
},
{
"type": "vcs",
"url": "https://git.sr.ht/~fkooman/php-secookie"
}
],
"require": {
"ext-curl": "*",
"ext-date": "*",
"ext-hash": "*",
"ext-pcre": "*",
"ext-pdo": "*",
"ext-sqlite3": "*",
"ext-spl": "*",
"fkooman/jwt": "^1",
"fkooman/oauth2-server": "^6",
"fkooman/secookie": "^5",
"fkooman/sqlite-migrate": "^0",
"lc/common": "v2.x-dev",
"paragonie/constant_time_encoding": "^1.0.3|^2.2.0",
"paragonie/random_compat": "^1|^2",
"paragonie/sodium_compat": "^1",
"php": ">=5.4.0",
"psr/log": "^1"
},
"require-dev": {
"ext-json": "*",
"phpunit/phpunit": "^4.8.35|^5|^6|^7",
"fkooman/saml-sp": "^1"
},
"support": {
"email": "eduvpn@surfnet.nl",
"source": "https://git.sr.ht/~fkooman/vpn-user-portal"
},
"type": "project"
}