MaketRandevu/composer.json

21 lines
448 B
JSON
Raw Normal View History

{
"name": "alextselegidis/easyappointments",
"description": "Open Source Web Scheduler",
"license": "GPL-3.0",
"authors": [
{
"name": "Alex Tselegidis",
"email": "alextselegidis@gmail.com"
}
],
"config": {
"vendor-dir": "src/application/third_party"
},
"require-dev": {
"apigen/apigen": "~4.1"
2015-10-18 19:50:06 +03:00
},
"require": {
"gregwar/captcha": "^1.1"
}
}