-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.lock
106 lines (101 loc) · 3.42 KB
/
composer.lock
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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
{
"_readme": [
"This file locks the dependencies of your project to a known state",
"Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file"
],
"hash": "78af229a6b38bb27f50c39bc0a551e04",
"packages": [
{
"name": "magento-hackathon/magento-composer-installer",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/magento-hackathon/magento-composer-installer.git",
"reference": "c445579080574079f6d56577f19a930f34597c1d"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/magento-hackathon/magento-composer-installer/zipball/c445579080574079f6d56577f19a930f34597c1d",
"reference": "c445579080574079f6d56577f19a930f34597c1d",
"shasum": ""
},
"archive": {
"exclude": [
"/tests/FullStackTest"
]
},
"require-dev": {
"composer/composer": "*@dev",
"mikey179/vfsstream": "*",
"phpunit/phpunit": "*",
"symfony/process": "*"
},
"suggest": {
"magento-hackathon/composer-command-integrator": "*"
},
"type": "composer-installer",
"extra": {
"composer-command-registry": [
"MagentoHackathon\\Composer\\Magento\\Command\\DeployCommand"
],
"class": "MagentoHackathon\\Composer\\Magento\\Installer"
},
"autoload": {
"psr-0": {
"MagentoHackathon\\Composer\\Magento": "src/"
}
},
"license": [
"OSL-3.0"
],
"authors": [
{
"name": "Daniel Fahlke aka Flyingmana",
"email": "flyingmana@googlemail.com"
},
{
"name": "Jörg Weller",
"email": "weller@flagbit.de"
},
{
"name": "Karl Spies",
"email": "karl.spies@gmx.net"
},
{
"name": "Tobias Vogt",
"email": "tobi@webguys.de"
},
{
"name": "David Fuhr",
"email": "fuhr@flagbit.de"
},
{
"name": "Vinai Kopp",
"email": "vinai@netzarbeiter.com"
}
],
"description": "Composer installer for Magento modules",
"homepage": "https://github.com/magento-hackathon/magento-composer-installer",
"keywords": [
"composer-installer",
"magento"
],
"support": {
"source": "https://github.com/magento-hackathon/magento-composer-installer/tree/master",
"issues": "https://github.com/magento-hackathon/magento-composer-installer/issues"
},
"time": "2014-04-27 16:31:16"
}
],
"packages-dev": [
],
"aliases": [
],
"minimum-stability": "dev",
"stability-flags": [
],
"platform": [
],
"platform-dev": [
]
}