-
Notifications
You must be signed in to change notification settings - Fork 6
/
composer.json
34 lines (34 loc) · 861 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
{
"name": "hoanganh25991/php-read-ipa",
"type": "library",
"description": "Read basic info about an application from .ipa file.",
"keywords": ["apk", "parser", "android", "read"],
"homepage": "https://github.com/hoanganh25991/php-read-apk",
"license": "MIT",
"authors": [
{
"name": "Anh Le Hoang",
"email": "lehoanganh25991@gmail.com",
"role": "Developer"
}
],
"require": {
"php": ">=5.3.0",
"rodneyrehm/plist": "dev-master"
},
"require-dev": {
"phpunit/phpunit": "5.4.*"
},
"autoload": {
"psr-0": {
"Redoc": "lib"
}
},
"minimum-stability": "dev",
"repositories": [
{
"type": "vcs",
"url": "https://github.com/hoanganh25991/php-read-ipa.git"
}
]
}