2015-10-04 22:12:37 +03:00
|
|
|
|
{
|
2023-12-20 00:09:13 +03:00
|
|
|
|
"name": "ifl/iflrandevu",
|
|
|
|
|
"description": "İzmir Fen Lisesi Randevu Portalı",
|
|
|
|
|
"homepage": "https://tanitim.iflpanel.com",
|
2020-03-11 15:24:23 +03:00
|
|
|
|
"type": "project",
|
2015-10-04 22:12:37 +03:00
|
|
|
|
"license": "GPL-3.0",
|
|
|
|
|
"authors": [
|
|
|
|
|
{
|
|
|
|
|
"name": "Alex Tselegidis",
|
|
|
|
|
"email": "alextselegidis@gmail.com"
|
2023-12-20 00:09:13 +03:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "asandikci",
|
|
|
|
|
"email": "contact@aliberksandikci.com.tr"
|
2015-10-04 22:12:37 +03:00
|
|
|
|
}
|
2015-10-18 19:27:10 +03:00
|
|
|
|
],
|
2017-05-21 13:47:34 +03:00
|
|
|
|
"support": {
|
2023-12-20 00:09:13 +03:00
|
|
|
|
"issues": "https://git.aliberksandikci.com.tr/ifl/iflrandevu/issues",
|
2020-03-11 12:24:49 +03:00
|
|
|
|
"wiki": "https://easyappointments.org/docs",
|
2023-12-20 00:09:13 +03:00
|
|
|
|
"source": "https://git.aliberksandikci.com.tr/ifl/iflrandevu"
|
2015-10-18 19:27:10 +03:00
|
|
|
|
},
|
2020-03-11 15:24:23 +03:00
|
|
|
|
"keywords": [
|
|
|
|
|
"calendar",
|
|
|
|
|
"scheduler",
|
|
|
|
|
"appointments",
|
|
|
|
|
"events",
|
|
|
|
|
"dates",
|
|
|
|
|
"google",
|
2023-12-20 00:09:13 +03:00
|
|
|
|
"services",
|
|
|
|
|
"randevu",
|
|
|
|
|
"izmir",
|
|
|
|
|
"fen",
|
|
|
|
|
"lisesi",
|
|
|
|
|
"tanitim"
|
2020-03-11 15:24:23 +03:00
|
|
|
|
],
|
2017-05-21 13:52:26 +03:00
|
|
|
|
"minimum-stability": "stable",
|
2020-03-11 12:24:49 +03:00
|
|
|
|
"autoload": {
|
|
|
|
|
"psr-4": {
|
|
|
|
|
"EA\\Engine\\": "engine/"
|
|
|
|
|
}
|
2015-10-18 19:50:06 +03:00
|
|
|
|
},
|
|
|
|
|
"require": {
|
2021-01-28 13:57:27 +03:00
|
|
|
|
"php": ">=7.3",
|
2018-11-03 18:29:03 +03:00
|
|
|
|
"ext-curl": "*",
|
|
|
|
|
"ext-json": "*",
|
|
|
|
|
"ext-mbstring": "*",
|
2020-03-11 15:24:23 +03:00
|
|
|
|
"ext-gd": "*",
|
2015-10-22 00:48:35 +03:00
|
|
|
|
"gregwar/captcha": "^1.1",
|
2020-08-15 15:58:45 +03:00
|
|
|
|
"phpmailer/phpmailer": "^6.1",
|
2021-01-28 13:37:09 +03:00
|
|
|
|
"jsvrcek/ics": "^0.8",
|
2020-05-12 21:47:03 +03:00
|
|
|
|
"monolog/monolog": "^1",
|
|
|
|
|
"google/apiclient": "^2.0"
|
2020-03-11 12:24:49 +03:00
|
|
|
|
},
|
|
|
|
|
"require-dev": {
|
|
|
|
|
"roave/security-advisories": "dev-master",
|
2021-01-28 13:37:09 +03:00
|
|
|
|
"phpunit/phpunit": "^9"
|
2020-03-11 15:24:23 +03:00
|
|
|
|
},
|
|
|
|
|
"scripts": {
|
|
|
|
|
"test": "php vendor/bin/phpunit tests"
|
2015-10-18 19:27:10 +03:00
|
|
|
|
}
|
2015-10-04 22:12:37 +03:00
|
|
|
|
}
|