{ "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": "alextselegidis@gmail.com" } ], "support": { "issues": "https://github.com/alextselegidis/easyappointments/issues", "forum": "https://groups.google.com/forum/#!forum/easy-appointments", "wiki": "http://easyappointments.org/docs", "source": "https://github.com/alextselegidis/easyappointments" }, "minimum-stability": "stable", "require-dev": { "roave/security-advisories": "dev-master", "phpunit/phpunit": "^7.4" }, "require": { "php": ">=5.6", "ext-curl": "*", "ext-json": "*", "ext-mbstring": "*", "gregwar/captcha": "^1.1", "phpmailer/phpmailer": "^5.2", "codeigniter/framework": "^3.1.6", "jsvrcek/ics": "^0.5.1", "monolog/monolog": "^1" } }