-
Notifications
You must be signed in to change notification settings - Fork 3
/
composer.json
38 lines (38 loc) · 934 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
38
{
"name": "indragunawan/packagist-mirror",
"description": "Creates Packagist.org mirror site.",
"type": "project",
"license": "MIT",
"authors": [
{
"name": "Indra Gunawan",
"email": "[email protected]"
}
],
"autoload": {
"psr-4": {
"Indragunawan\\PackagistMirror\\": "src/"
}
},
"require": {
"php": "^7.1.3",
"amphp/amp": "^2.0",
"amphp/artax": "^3.0",
"amphp/file": "^0.3.1",
"symfony/config": "^4.0",
"symfony/console": "^4.0",
"symfony/dependency-injection": "^4.0",
"symfony/event-dispatcher": "^4.0",
"symfony/lock": "^4.0",
"tightenco/collect": "^5.6"
},
"require-dev": {
"symfony/var-dumper": "^4.0"
},
"config": {
"preferred-install": {
"*": "dist"
},
"sort-packages": true
}
}