forked from libertempo/web
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
53 lines (53 loc) · 1.31 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
49
50
51
52
53
{
"name": "Libertempo/Libertempo-web",
"keywords": ["congés", "leaves"],
"homepage": "https://github.com/Libertempo/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": "^5.6|^7.0",
"ext-mbstring": "*",
"ext-Reflection": "*",
"ext-curl": "*",
"raveren/kint": "^1.0",
"phpmailer/phpmailer": "5.2.21",
"tecnickcom/tcpdf": "6.2.6",
"jasig/phpcas": "1.3.3",
"yohang/calendr": "^2.0",
"guzzlehttp/guzzle": "6.2.2",
"libertempo/libertempo-api": "0.5.0"
},
"repositories": [
{
"type": "vcs",
"url": "https://github.com/libertempo/libertempo-api.git"
}
],
"minimum-stability": "dev",
"prefer-stable" : true,
"require-dev": {
"atoum/atoum": "3.0.0"
}
}