iflrandevu/composer.json

22 lines
468 B
JSON

{
"name": "alextselegidis/easyappointments",
"description": "Open Source Web Scheduler",
"license": "GPL-3.0",
"authors": [
{
"name": "Alex Tselegidis",
"email": "alextselegidis@gmail.com"
}
],
"config": {
"vendor-dir": "composer"
},
"require-dev": {
"apigen/apigen": "~4.1"
},
"require": {
"gregwar/captcha": "^1.1",
"phpmailer/phpmailer": "^5.2"
}
}