forked from codixor/TVSS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
40 lines (39 loc) · 819 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
{
"require": {
"php": ">=5.4.0",
"gears/session": "*",
"gears/asset": "*",
"gears/string": "*",
"gears/arrays": "*"
},
"require-dev": {
},
"autoload": {
"classmap": [
"includes/dice.php",
"includes/idiorm.class.php",
"includes/carbon.class.php",
"includes/user.class.php",
"includes/show.class.php",
"includes/cache.class.php",
"includes/seo.class.php",
"includes/misc.class.php",
"includes/movie.class.php",
"includes/settings.class.php",
"includes/page.class.php",
"includes/stream.class.php",
"includes/request.class.php",
"includes/plugins.class.php"
],
"psr-4": {
"Rain\\": "library/rain/"
},
"files": [
"library/phpfastcache/phpfastcache.php",
"language/language_mapping.php"
]
},
"config": {
"bin-dir": "bin"
}
}