mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-11-08 17:12:25 +03:00
53 lines
1.4 KiB
JSON
53 lines
1.4 KiB
JSON
{
|
|
"name": "alextselegidis/easyappointments",
|
|
"description": "Open Source Web Scheduler",
|
|
"homepage": "https://easyappointments.org",
|
|
"type": "project",
|
|
"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": "https://easyappointments.org/docs",
|
|
"source": "https://github.com/alextselegidis/easyappointments"
|
|
},
|
|
"keywords": [
|
|
"calendar",
|
|
"scheduler",
|
|
"appointments",
|
|
"events",
|
|
"dates",
|
|
"google",
|
|
"services"
|
|
],
|
|
"minimum-stability": "stable",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"EA\\Engine\\": "engine/"
|
|
}
|
|
},
|
|
"require": {
|
|
"php": ">=5.6",
|
|
"ext-curl": "*",
|
|
"ext-json": "*",
|
|
"ext-mbstring": "*",
|
|
"ext-gd": "*",
|
|
"gregwar/captcha": "^1.1",
|
|
"phpmailer/phpmailer": "^5.2",
|
|
"codeigniter/framework": "^3.1.6",
|
|
"jsvrcek/ics": "^0.5.1",
|
|
"monolog/monolog": "^1"
|
|
},
|
|
"require-dev": {
|
|
"roave/security-advisories": "dev-master",
|
|
"phpunit/phpunit": "^7.4"
|
|
},
|
|
"scripts": {
|
|
"test": "php vendor/bin/phpunit tests"
|
|
}
|
|
}
|