iflrandevu/composer.json

64 lines
1.6 KiB
JSON
Raw Normal View History

{
2023-12-22 23:44:48 +03:00
"name": "ifl/iflrandevu",
"description": "İzmir Fen Lisesi Randevu Portalı",
2023-03-13 10:35:20 +03:00
"version": "dev-1.5.0",
2023-12-22 23:44:48 +03:00
"homepage": "https://iflpanel.com/about/randevu",
"type": "project",
"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"
}
],
2017-05-21 13:47:34 +03:00
"support": {
2023-12-22 23:44:48 +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-22 23:44:48 +03:00
"source": "https://git.aliberksandikci.com.tr/ifl/iflrandevu"
},
"keywords": [
"calendar",
"scheduler",
"appointments",
"events",
"dates",
"google",
2023-12-22 23:44:48 +03:00
"services",
"randevu",
"izmir",
"fen",
"lisesi",
"tanitim"
],
"minimum-stability": "stable",
2015-10-18 19:50:06 +03:00
"require": {
"php": ">=8.0",
2018-11-03 18:29:03 +03:00
"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"
2020-03-11 12:24:49 +03:00
},
"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/"
}
}
}