forked from alextselegidis/easyappointments
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
40 lines (40 loc) · 1.13 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
{
"name": "alextselegidis/easyappointments",
"description": "Open Source Web Scheduler",
"keywords": [
"calendar",
"scheduler",
"appointments",
"events",
"dates",
"google",
"services"
],
"type": "project",
"homepage": "http://easyappointments.org",
"license": "GPL-3.0",
"authors": [
{
"name": "Alex Tselegidis",
"email": "[email protected]"
}
],
"support": {
"issues": "https://github.com/alextselegidis/easyappointments/issues",
"forum": "https://groups.google.com/forum/#!forum/easy-appointments",
"wiki": "http://easyappointments.org/docs.html#1.2.1/readme.md",
"source": "https://github.com/alextselegidis/easyappointments"
},
"minimum-stability": "stable",
"require-dev": {
"phpunit/phpunit": "^5.6"
},
"require": {
"php": ">=5.6",
"roave/security-advisories": "dev-master",
"gregwar/captcha": "^1.1",
"phpmailer/phpmailer": "^5.2",
"codeigniter/framework": "^3.1.6",
"jsvrcek/ics": "^0.5.1"
}
}