63 lines
1.6 KiB
JSON
63 lines
1.6 KiB
JSON
{
|
||
"name": "maket/maketrandevu",
|
||
"description": "MAKET Randevu Portalı",
|
||
"version": "1.5.0-RC2",
|
||
"homepage": "https://iflpanel.com/about/maketrandevu",
|
||
"type": "project",
|
||
"license": "GPL-3.0",
|
||
"authors": [
|
||
{
|
||
"name": "Alex Tselegidis",
|
||
"email": "alextselegidis@gmail.com"
|
||
},
|
||
{
|
||
"name": "asandikci",
|
||
"email": "contact@aliberksandikci.com.tr"
|
||
}
|
||
],
|
||
"support": {
|
||
"issues": "https://git.aliberksandikci.com.tr/maket/maketrandevu/issues",
|
||
"wiki": "https://easyappointments.org/docs",
|
||
"source": "https://git.aliberksandikci.com.tr/maket/maketrandevu"
|
||
},
|
||
"keywords": [
|
||
"calendar",
|
||
"scheduler",
|
||
"appointments",
|
||
"events",
|
||
"dates",
|
||
"google",
|
||
"services",
|
||
"randevu",
|
||
"izmir",
|
||
"fen",
|
||
"lisesi",
|
||
"tanitim"
|
||
],
|
||
"minimum-stability": "stable",
|
||
"require": {
|
||
"php": ">=8.0",
|
||
"ext-curl": "*",
|
||
"ext-json": "*",
|
||
"ext-mbstring": "*",
|
||
"ext-gd": "*",
|
||
"ext-fileinfo": "*",
|
||
"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"
|
||
},
|
||
"require-dev": {
|
||
"roave/security-advisories": "dev-master",
|
||
"phpunit/phpunit": "^9.6"
|
||
},
|
||
"scripts": {
|
||
"test": "APP_ENV=testing php vendor/bin/phpunit"
|
||
},
|
||
"autoload": {
|
||
"psr-4": {
|
||
"Tests\\": "tests/"
|
||
}
|
||
}
|
||
}
|