Skip to content

Commit 8ba978c

Browse files
committed
Merge branch 'master' of github.com:magento-hackathon/magento-composer-installer
Conflicts: src/MagentoHackathon/Composer/Magento/Installer.php
2 parents 11ddc70 + 1fa0b72 commit 8ba978c

File tree

7 files changed

+927
-37
lines changed

7 files changed

+927
-37
lines changed

composer.json

Lines changed: 28 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,44 +1,47 @@
11
{
2-
"name": "magento-hackathon/magento-composer-installer",
3-
"description": "Composer installer for Magento modules",
4-
"minimum-stability": "dev",
5-
"type": "composer-installer",
6-
"license": "OSL-3.0",
7-
"authors": [
2+
"name":"magento-hackathon/magento-composer-installer",
3+
"description":"Composer installer for Magento modules",
4+
"minimum-stability":"dev",
5+
"type":"composer-installer",
6+
"license":"OSL-3.0",
7+
"authors":[
88
{
9-
"name": "Daniel Fahlke aka Flyingmana",
10-
"email": "[email protected]"
9+
"name":"Daniel Fahlke aka Flyingmana",
10+
1111
},
1212
{
13-
"name": "Jörg Weller",
14-
"email": "[email protected]"
13+
"name":"Jörg Weller",
14+
1515
},
1616
{
17-
"name": "Karl Spies",
18-
"email": "[email protected]"
17+
"name":"Karl Spies",
18+
1919
},
2020
{
21-
"name": "Tobias Vogt",
22-
"email": "[email protected]"
21+
"name":"Tobias Vogt",
22+
2323
},
2424
{
25-
"name": "David Fuhr",
26-
"email": "[email protected]"
25+
"name":"David Fuhr",
26+
2727
},
2828
{
29-
"name": "Vinai Kopp",
30-
"email": "[email protected]"
29+
"name":"Vinai Kopp",
30+
3131
}
3232
],
33-
"require": {
33+
"require":{
3434
},
35-
"require-dev": {
36-
"phpunit/phpunit": "*"
35+
"require-dev":{
36+
"phpunit/phpunit":"*",
37+
"composer/composer":"*"
3738
},
38-
"autoload": {
39-
"psr-0": {"MagentoHackathon\\Composer\\Magento": "src/"}
39+
"autoload":{
40+
"psr-0":{
41+
"MagentoHackathon\\Composer\\Magento":"src/"
42+
}
4043
},
41-
"extra": {
42-
"class": "MagentoHackathon\\Composer\\Magento\\Installer"
44+
"extra":{
45+
"class":"MagentoHackathon\\Composer\\Magento\\Installer"
4346
}
4447
}

0 commit comments

Comments
 (0)