-
Notifications
You must be signed in to change notification settings - Fork 277
/
Copy pathcomposer.json
32 lines (32 loc) · 940 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": "benjamin.balet@gmail.com"
}
],
"minimum-stability": "stable",
"require": {
"sabre/vobject": "^4.1",
"phpseclib/phpseclib": "^3.0.14",
"bshaffer/oauth2-server-php": "^1.9",
"league/oauth2-client": "^2.2",
"league/oauth2-google": "^2.0",
"sabre/xml": "~1.5",
"sabre/uri": "1",
"phpoffice/phpspreadsheet": "^1.23",
"jpgraph/jpgraph": "^4.0.2",
"respect/validation": "^1.1.31",
"onelogin/php-saml": "^3.4.1",
"zircote/swagger-php": "^4.4.5",
"phpmailer/phpmailer": "^6.6.0"
},
"require-dev": {
"guzzlehttp/guzzle": "^7.4.3",
"sepia/po-parser": "^5.1.7"
}
}