2015-10-04 22:12:37 +03:00
|
|
|
{
|
|
|
|
"name": "alextselegidis/easyappointments",
|
|
|
|
"description": "Open Source Web Scheduler",
|
|
|
|
"license": "GPL-3.0",
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Alex Tselegidis",
|
|
|
|
"email": "alextselegidis@gmail.com"
|
|
|
|
}
|
2015-10-18 19:27:10 +03:00
|
|
|
],
|
|
|
|
"config": {
|
2016-11-13 14:46:02 +03:00
|
|
|
"vendor-dir": "composer_modules"
|
2015-10-18 19:27:10 +03:00
|
|
|
},
|
|
|
|
"require-dev": {
|
2016-11-09 21:55:41 +03:00
|
|
|
"codeigniter/framework": "^3.0",
|
|
|
|
"phpunit/phpunit": "^5.6"
|
2015-10-18 19:50:06 +03:00
|
|
|
},
|
|
|
|
"require": {
|
2015-10-22 00:48:35 +03:00
|
|
|
"gregwar/captcha": "^1.1",
|
|
|
|
"phpmailer/phpmailer": "^5.2"
|
2015-10-18 19:27:10 +03:00
|
|
|
}
|
2015-10-04 22:12:37 +03:00
|
|
|
}
|