forked from vegetalte-dev/CyanogenModOTA
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
49 lines (49 loc) · 1.29 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
{
"name": "julianxhokaxhiu/cyanogenmod-ota",
"description": "A simple OTA REST Server for CyanogenMod OTA Updater System Application",
"version": "2.0.4",
"type": "project",
"keywords": [
"android",
"cyanogenmod",
"ota",
"rest",
"php"
],
"homepage": "https://github.com/julianxhokaxhiu/CyanogenModOTA",
"license": "MIT",
"authors": [
{
"name": "Julian Xhokaxhiu",
"email": "[email protected]",
"homepage": "http://julianxhokaxhiu.com",
"role": "Creator/Lead Developer"
}
],
"repositories": [
{
"type":"package",
"package": {
"name": "julianxhokaxhiu/DotNotation",
"version": "master",
"source": {
"url": "https://gist.github.com/a6098de64195f604f56a.git",
"type": "git",
"reference":"master"
},
"autoload": {
"classmap": ["."]
}
}
}
],
"require": {
"mikecao/flight": "1.*",
"julianxhokaxhiu/DotNotation": "dev-master"
},
"autoload": {
"psr-4": {
"JX\\CmOta\\": "src/"
}
}
}