-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
37 lines (37 loc) · 972 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
{
"name": "jeevi/cabinet",
"description": "Microsoft Cabinet file extraction wrapper. Uses either cabextract or expand",
"keywords": [
"Microsoft Cabinet",
"cabextract",
"expand"
],
"homepage": "https://github.com/jeevi-cao/cabinet",
"type": "library",
"license": "Apache-2.0",
"authors": [
{
"name": "jeevi Cao",
"email": "qq542561541@gmail.com",
"homepage": "https://github.com/jeevi-cao/cabinet",
"role": "coder"
}
],
"support": {
"wiki": "https://github.com/jeevi-cao/cabinet/wiki",
"source": "https://github.com/jeevi-cao/cabinet",
"issues": "https://github.com/jeevi-cao/cabinet/issues"
},
"version": "0.1.1",
"require": {
"php": ">=5.2.1"
},
"require-dev": {
"phpunit/phpunit": "4.8.34"
},
"autoload": {
"psr-4": {
"Cab\\": "src/"
}
}
}