-
Notifications
You must be signed in to change notification settings - Fork 1
/
composer.json
99 lines (99 loc) · 2.67 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
{
"name": "meet-aleksey/php-todolist",
"description": "Test project.",
"keywords": ["test", "todo list", "todo", "test project"],
"license": "MIT",
"type": "project",
"authors": [{
"name": "Meet Aleksey",
"homepage": "https://github.com/meet-aleksey"
}],
"repositories": [{
"type": "package",
"package": {
"name": "boomyjee/teacss",
"version": "1.0.0",
"source": {
"url": "https://github.com/boomyjee/teacss",
"type": "git",
"reference": "master"
}
}
},
{
"type": "package",
"package": {
"name": "janpaepke/ScrollMagic",
"version": "2.0.5",
"source": {
"url": "https://github.com/janpaepke/ScrollMagic",
"type": "git",
"reference": "master"
}
}
},
{
"type": "package",
"package": {
"name": "greensock/GreenSock-JS",
"version": "1.20.4",
"source": {
"url": "https://github.com/greensock/GreenSock-JS",
"type": "git",
"reference": "master"
}
}
},
{
"type": "package",
"package": {
"name": "twitter/typeahead.js",
"version": "0.11.1",
"source": {
"url": "https://github.com/twitter/typeahead.js",
"type": "git",
"reference": "master"
}
}
},
{
"type": "package",
"package": {
"name": "sliptree/bootstrap-tokenfield",
"version": "0.12.1",
"source": {
"url": "https://github.com/sliptree/bootstrap-tokenfield",
"type": "git",
"reference": "master"
}
}
},
{
"type": "package",
"package": {
"name": "blueimp/jQuery-File-Upload",
"version": "9.21.0",
"source": {
"url": "https://github.com/blueimp/jQuery-File-Upload",
"type": "git",
"reference": "master"
}
}
}],
"require": {
"php": ">=7.0",
"doctrine/orm": "2.6.1",
"components/jquery": "1.12.4",
"twbs/bootstrap": "3.3.7",
"boomyjee/teacss": "*",
"janpaepke/ScrollMagic": "*",
"greensock/GreenSock-JS": "*",
"twitter/typeahead.js": "*",
"sliptree/bootstrap-tokenfield": "*",
"blueimp/jQuery-File-Upload": "*",
"php-mvc-project/php-mvc": "^1.1"
},
"autoload": {
"psr-0": {"": "models/"}
}
}