-
Notifications
You must be signed in to change notification settings - Fork 9
/
composer.json
36 lines (36 loc) · 1.05 KB
/
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
{
"name" : "kakserpom/quicky",
"type" : "library",
"keywords": ["quicky"],
"homepage": "https://github.com/kakserpom/quicky",
"license" : "GPL-3.0-or-later",
"description": "",
"authors" : [
{
"name" : "Vasily Zorin",
"email" : "[email protected]",
"role" : "Developer"
}
],
"support" : {
"email" : "[email protected]",
"issues": "https://github.com/kakserpom/quicky/issues",
"forum" : "https://groups.google.com/forum/?hl=ru#!forum/quicky",
"wiki" : "https://github.com/kakserpom/quicky/wiki",
"source": "https://github.com/kakserpom/quicky/releases"
},
"require": {
"php": ">=5.4"
},
"autoload": {
"psr-0": { "Quicky": "" },
"classmap": [
"Quicky.class.php",
"Quicky.form.class.php",
"blitz.class.php",
"Quicky_BBcode.class.php",
"Quicky_compiler.class.php",
"php_compiler.class.php"
]
}
}