-
Notifications
You must be signed in to change notification settings - Fork 274
/
composer.json
32 lines (32 loc) · 952 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
{
"name": "jorani/jorani",
"description": "A free and Open Source Leave Management System",
"type": "project",
"license": "AGPLv3",
"authors": [
{
"name": "Benjamin Balet",
"email": "[email protected]"
}
],
"minimum-stability": "stable",
"require": {
"sabre/vobject": "^4.5.3",
"phpseclib/phpseclib": "^2.0.42",
"bshaffer/oauth2-server-php": "^1.13.0",
"league/oauth2-client": "^2.2",
"league/oauth2-google": "^2.0",
"sabre/xml": "^4.0.0",
"sabre/uri": "^3.0.0",
"phpoffice/phpspreadsheet": "^1.28",
"jpgraph/jpgraph": "^4.0.2",
"respect/validation": "^2.2.4",
"onelogin/php-saml": "^4.1.0",
"zircote/swagger-php": "^4.7.10",
"phpmailer/phpmailer": "^6.8.0"
},
"require-dev": {
"guzzlehttp/guzzle": "^7.4.3",
"sepia/po-parser": "^5.1.7"
}
}