2015-10-04 22:12:37 +03:00
|
|
|
{
|
|
|
|
"name": "alextselegidis/easyappointments",
|
|
|
|
"description": "Open Source Web Scheduler",
|
2017-05-21 13:47:34 +03:00
|
|
|
"keywords": [
|
|
|
|
"calendar",
|
|
|
|
"scheduler",
|
|
|
|
"appointments",
|
|
|
|
"events",
|
|
|
|
"dates",
|
|
|
|
"google",
|
|
|
|
"services"
|
|
|
|
],
|
|
|
|
"type": "project",
|
|
|
|
"homepage": "http://easyappointments.org",
|
2015-10-04 22:12:37 +03:00
|
|
|
"license": "GPL-3.0",
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Alex Tselegidis",
|
|
|
|
"email": "alextselegidis@gmail.com"
|
|
|
|
}
|
2015-10-18 19:27:10 +03:00
|
|
|
],
|
2017-05-21 13:47:34 +03:00
|
|
|
"support": {
|
|
|
|
"issues": "https://github.com/alextselegidis/easyappointments/issues",
|
|
|
|
"forum": "https://groups.google.com/forum/#!forum/easy-appointments",
|
2018-11-03 18:29:03 +03:00
|
|
|
"wiki": "http://easyappointments.org/docs",
|
2017-05-21 13:52:59 +03:00
|
|
|
"source": "https://github.com/alextselegidis/easyappointments"
|
2015-10-18 19:27:10 +03:00
|
|
|
},
|
2017-05-21 13:52:26 +03:00
|
|
|
"minimum-stability": "stable",
|
2015-10-18 19:27:10 +03:00
|
|
|
"require-dev": {
|
2018-11-03 18:29:03 +03:00
|
|
|
"roave/security-advisories": "dev-master",
|
|
|
|
"phpunit/phpunit": "^7.4"
|
2015-10-18 19:50:06 +03:00
|
|
|
},
|
|
|
|
"require": {
|
2017-05-21 13:47:34 +03:00
|
|
|
"php": ">=5.6",
|
2018-11-03 18:29:03 +03:00
|
|
|
"ext-curl": "*",
|
|
|
|
"ext-json": "*",
|
|
|
|
"ext-mbstring": "*",
|
2015-10-22 00:48:35 +03:00
|
|
|
"gregwar/captcha": "^1.1",
|
2017-06-29 16:35:42 +03:00
|
|
|
"phpmailer/phpmailer": "^5.2",
|
2018-01-23 11:55:51 +03:00
|
|
|
"codeigniter/framework": "^3.1.6",
|
2018-11-10 11:29:00 +03:00
|
|
|
"jsvrcek/ics": "^0.5.1",
|
|
|
|
"monolog/monolog": "^1"
|
2015-10-18 19:27:10 +03:00
|
|
|
}
|
2015-10-04 22:12:37 +03:00
|
|
|
}
|