-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
54 lines (54 loc) · 1.06 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
50
51
52
53
54
{
"name": "php-i/paket",
"description": "Application Dependency Management Interfaces",
"type": "library",
"license": "MIT",
"keywords": [
"i",
"php-i",
"unitype",
"paket",
"composer",
"packagist",
"package",
"manager",
"management",
"repository",
"packet",
"paket",
"dependency",
"artifact",
"library",
"development",
"gui"
],
"authors": [
{
"name": "Anton Komarev",
"email": "[email protected]",
"homepage": "https://komarev.com",
"role": "Developer"
}
],
"homepage": "https://github.com/php-i/paket",
"support": {
"email": "[email protected]",
"issues": "https://github.com/php-i/paket/issues",
"wiki": "https://github.com/php-i/paket/wiki",
"source": "https://github.com/php-i/paket",
"docs": "https://github.com/php-i/paket/wiki"
},
"require": {
"php": "^7.1.3"
},
"autoload": {
"psr-4": {
"I\\Paket\\": "src/"
}
},
"config": {
"sort-packages": true
},
"minimum-stability": "dev",
"prefer-stable" : true
}