forked from GreatDevelopers/jorani
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
32 lines (32 loc) · 939 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.1",
"phpseclib/phpseclib": "^2.0.21",
"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.8.2",
"jpgraph/jpgraph": "^4.0.2",
"respect/validation": "^1.1.31",
"onelogin/php-saml": "^3.1.0",
"zircote/swagger-php": "^3.0.1",
"phpmailer/phpmailer": "^6.0"
},
"require-dev": {
"guzzlehttp/guzzle": "^6.3.3",
"sepia/po-parser": "^5.1.7"
}
}