forked from eduvpn/vpn-user-portal
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
34 lines (34 loc) · 857 Bytes
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"authors": [
{
"email": "[email protected]",
"name": "Fran\u00e7ois Kooman",
"role": "Developer"
}
],
"autoload": {
"psr-0": {
"SURFnet\\VPN\\Portal\\": "src/"
}
},
"description": "VPN User Portal",
"license": "AGPL-3.0",
"name": "eduvpn/vpn-user-portal",
"require": {
"bacon/bacon-qr-code": "^1.0",
"christian-riesen/otp": "^2.0",
"eduvpn/common": "dev-master",
"ext-date": "*",
"ext-gettext": "*",
"ext-json": "*",
"ext-mbstring": "*",
"ext-pcre": "*",
"ext-pdo": "*",
"ext-spl": "*",
"fkooman/oauth2-client": "^2.0",
"guzzlehttp/guzzle": "~5.3",
"php": ">=5.4.0",
"twig/extensions": "^1.3",
"twig/twig": "^1.24"
}
}