-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcomposer.json
More file actions
45 lines (45 loc) · 1.05 KB
/
Copy pathcomposer.json
File metadata and controls
45 lines (45 loc) · 1.05 KB
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
42
43
44
45
{
"name" : "shadymedic/poznavacky",
"type" : "project",
"license" : "proprietary",
"authors" : [{
"name" : "Jan Stech",
"email" : "jan.stech@posteo.net",
"role" : "Back-end developer"
}, {
"name" : "Eliska Korcova",
"email" : "eli.korcova@gmail.com",
"role" : "Front-end developer"
}
],
"require" : {
"phpmailer/phpmailer" : "^6.1",
"league/commonmark": "2.0.x-dev",
"psr/log": "^1.1",
"ext-mbstring": "*",
"ext-json": "*",
"ext-intl": "*",
"ext-pdo": "*",
"ext-curl": "*"
},
"minimum-stability" : "dev",
"homepage" : "http://poznavacky.com/",
"description" : "Project containing PHP application for easy and effective learning for recognizion tests",
"support" : {
"email" : "poznavacky@email.com",
"issues" : "https://github.com/ShadyMedic/Poznavacky/issues",
"wiki" : "https://github.com/ShadyMedic/Poznavacky/wiki",
"source" : "https://github.com/ShadyMedic/Poznavacky"
},
"keywords" : [
"recognizion-test",
"biology",
"nature",
"animal",
"plant",
"organism",
"education",
"school",
"test"
]
}