2015-10-04 22:12:37 +03:00
|
|
|
|
{
|
2024-01-01 01:14:38 +03:00
|
|
|
|
"name": "maket/maketrandevu",
|
|
|
|
|
"description": "MAKET Randevu Portalı",
|
2024-01-09 23:47:14 +03:00
|
|
|
|
"version": "1.5.0-RC2",
|
2024-01-01 01:14:38 +03:00
|
|
|
|
"homepage": "https://iflpanel.com/about/maketrandevu",
|
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-22 23:44:48 +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": {
|
2024-01-01 01:14:38 +03:00
|
|
|
|
"issues": "https://git.aliberksandikci.com.tr/maket/maketrandevu/issues",
|
2020-03-11 12:24:49 +03:00
|
|
|
|
"wiki": "https://easyappointments.org/docs",
|
2024-01-01 01:14:38 +03:00
|
|
|
|
"source": "https://git.aliberksandikci.com.tr/maket/maketrandevu"
|
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-22 23:44:48 +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",
|
2015-10-18 19:50:06 +03:00
|
|
|
|
"require": {
|
2023-02-20 10:49:19 +03:00
|
|
|
|
"php": ">=8.0",
|
2018-11-03 18:29:03 +03:00
|
|
|
|
"ext-curl": "*",
|
|
|
|
|
"ext-json": "*",
|
|
|
|
|
"ext-mbstring": "*",
|
2020-03-11 15:24:23 +03:00
|
|
|
|
"ext-gd": "*",
|
2022-06-20 12:28:31 +03:00
|
|
|
|
"ext-fileinfo": "*",
|
2023-01-27 17:54:26 +03:00
|
|
|
|
"gregwar/captcha": "^1.1.9",
|
|
|
|
|
"jsvrcek/ics": "^0.8.4",
|
|
|
|
|
"monolog/monolog": "^2.8.0",
|
|
|
|
|
"google/apiclient": "^2.12.6",
|
|
|
|
|
"guzzlehttp/guzzle": "^7.5.0"
|
2020-03-11 12:24:49 +03:00
|
|
|
|
},
|
|
|
|
|
"require-dev": {
|
|
|
|
|
"roave/security-advisories": "dev-master",
|
2023-06-19 13:15:43 +03:00
|
|
|
|
"phpunit/phpunit": "^9.6"
|
2020-03-11 15:24:23 +03:00
|
|
|
|
},
|
|
|
|
|
"scripts": {
|
2023-03-24 10:11:25 +03:00
|
|
|
|
"test": "APP_ENV=testing php vendor/bin/phpunit"
|
|
|
|
|
},
|
|
|
|
|
"autoload": {
|
|
|
|
|
"psr-4": {
|
|
|
|
|
"Tests\\": "tests/"
|
|
|
|
|
}
|
2015-10-18 19:27:10 +03:00
|
|
|
|
}
|
2015-10-04 22:12:37 +03:00
|
|
|
|
}
|