forked from alxmsl/AppStoreClient
-
Notifications
You must be signed in to change notification settings - Fork 1
/
composer.json
33 lines (33 loc) · 880 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
{
"name": "topface/appstoreclient",
"description": "AppStore client for iTunes purchases receipts verification",
"keywords": ["appstore", "apple", "itunes", "inapp", "purchases"],
"license": "WTFPL",
"authors": [
{
"name": "alxmsl",
"email": "alexey.y.maslov@gmail.com"
}
],
"support": {
"email": "alexey.y.maslov@gmail.com",
"issues": "https://github.com/alxmsl/AppStoreClient/issues"
},
"autoload": {
"psr-4": {"alxmsl\\AppStore\\": "source/"}
},
"require":{
"alxmsl/network": ">=1.0.1",
"alxmsl/cli": ">=1.0.2"
},
"repositories": [
{
"type": "vcs",
"url": "git@github.com:Topface/Network.git"
},
{
"type": "vcs",
"url": "git@github.com:Topface/Cli.git"
}
]
}