forked from libertempo/web
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
48 lines (48 loc) · 1.18 KB
/
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"name": "libertempo/web",
"keywords": ["congés", "leaves"],
"homepage": "https://github.com/libertempo/web",
"license": "GPL-2.0",
"replace" : {
"wouldsmina/Libertempo": "^1.8"
},
"authors": [
{
"name": "wouldsmina",
"homepage": "http://libertempo.tuxfamily.org/",
"role": "Developer"
},
{
"name": "Prytoegrian",
"email": "prytoegrian@protonmail.com",
"role": "Developer"
}
],
"autoload": {
"psr-4": {
"": "."
}
},
"config": {
"vendor-dir": "vendor"
},
"require": {
"php": "^7.1",
"ext-mbstring": "*",
"ext-Reflection": "*",
"ext-curl": "*",
"kint-php/kint": "3.2.2",
"phpmailer/phpmailer": "6.0.7",
"tecnickcom/tcpdf": "6.2.26",
"jasig/phpcas": "1.3.7",
"yohang/calendr": "^2.0",
"guzzlehttp/guzzle": "6.3.3",
"libertempo/api": "1.7.0",
"rollbar/rollbar": "1.7.1"
},
"require-dev": {
"atoum/atoum": "3.3.0",
"codacy/coverage": "1.4.2",
"phpstan/phpstan": "0.11.5"
}
}