iflrandevu/composer.json

39 lines
1.1 KiB
JSON
Raw Normal View History

{
"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",
"license": "GPL-3.0",
"authors": [
{
"name": "Alex Tselegidis",
"email": "alextselegidis@gmail.com"
}
],
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",
"wiki": "http://easyappointments.org/docs.html#1.2.1/readme.md",
"source": "https://github.com/alextselegidis/easyappointments/issues"
},
"require-dev": {
"codeigniter/framework": "^3.0",
"phpunit/phpunit": "^5.6"
2015-10-18 19:50:06 +03:00
},
"require": {
2017-05-21 13:47:34 +03:00
"php": ">=5.6",
"roave/security-advisories": "dev-master",
"gregwar/captcha": "^1.1",
"phpmailer/phpmailer": "^5.2"
}
}