From 6b22d0e538860a16a88e2d1416fb494e1a98cf86 Mon Sep 17 00:00:00 2001 From: asandikci Date: Wed, 20 Dec 2023 00:09:13 +0300 Subject: [PATCH] initial: change repo informations --- composer.json | 22 +++++++++++++++------- 1 file changed, 15 insertions(+), 7 deletions(-) diff --git a/composer.json b/composer.json index 9faad569..800f1ff0 100644 --- a/composer.json +++ b/composer.json @@ -1,20 +1,23 @@ { - "name": "alextselegidis/easyappointments", - "description": "Open Source Web Scheduler", - "homepage": "https://easyappointments.org", + "name": "ifl/iflrandevu", + "description": "İzmir Fen Lisesi Randevu Portalı", + "homepage": "https://tanitim.iflpanel.com", "type": "project", "license": "GPL-3.0", "authors": [ { "name": "Alex Tselegidis", "email": "alextselegidis@gmail.com" + }, + { + "name": "asandikci", + "email": "contact@aliberksandikci.com.tr" } ], "support": { - "issues": "https://github.com/alextselegidis/easyappointments/issues", - "forum": "https://groups.google.com/forum/#!forum/easy-appointments", + "issues": "https://git.aliberksandikci.com.tr/ifl/iflrandevu/issues", "wiki": "https://easyappointments.org/docs", - "source": "https://github.com/alextselegidis/easyappointments" + "source": "https://git.aliberksandikci.com.tr/ifl/iflrandevu" }, "keywords": [ "calendar", @@ -23,7 +26,12 @@ "events", "dates", "google", - "services" + "services", + "randevu", + "izmir", + "fen", + "lisesi", + "tanitim" ], "minimum-stability": "stable", "autoload": {