-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcomposer.json
41 lines (41 loc) · 984 Bytes
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "codenteq/imtihan",
"type": "project",
"description": "The E-exam with Laravel and Next.js",
"keywords": [
"codenteq",
"laravel",
"nextjs",
"framework",
"opensource",
"e-exam"
],
"license": "MIT",
"homepage": "https://github.com/codenteq/imtihan",
"authors": [
{
"name": "Ahmet Sefa Arşiv",
"email": "[email protected]",
"homepage": "https://github.com/ahmetarsiv",
"role": "Developer"
},
{
"name": "Ali Karabay",
"email": "[email protected]",
"homepage": "https://github.com/karabayyazilim",
"role": "Developer"
}
],
"support": {
"source": "https://github.com/codenteq/imtihan",
"issues": "https://github.com/codenteq/imtihan/issues",
"wiki": "https://github.com/codenteq/imtihan/wiki",
"email": "[email protected]"
},
"funding": [
{
"type": "open_collective",
"url": "https://opencollective.com/codenteq"
}
]
}