-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathcomposer.json
35 lines (35 loc) · 890 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
{
"name": "sintret/yii2-todolist",
"description": "Yii2 extension for To Do list plugin using adminlte template",
"keywords": [
"yii2",
"adminlte",
"todolist",
"jQuery",
"plugin",
"ajax"
],
"homepage": "https://github.com/sintret/yii2-todolist",
"type": "yii2-extension",
"license": "MIT",
"support": {
"issues": "https://github.com/sintret/yii2-todolist/issues",
"source": "https://github.com/sintret/yii2-todolist"
},
"authors": [
{
"name": "Andy Fitria",
"homepage": "http://sintret.com"
}
],
"require": {
"php":">=5.3.0",
"kartik-v/yii2-helpers": "*"
},
"minimum-stability": "dev",
"autoload": {
"psr-4": {
"sintret\\todolist\\": ""
}
}
}