|
1 | 1 | {
|
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":[ |
8 | 8 | {
|
9 |
| - "name": "Daniel Fahlke aka Flyingmana", |
10 |
| - |
| 9 | + "name":"Daniel Fahlke aka Flyingmana", |
| 10 | + |
11 | 11 | },
|
12 | 12 | {
|
13 |
| - "name": "Jörg Weller", |
14 |
| - |
| 13 | + "name":"Jörg Weller", |
| 14 | + |
15 | 15 | },
|
16 | 16 | {
|
17 |
| - "name": "Karl Spies", |
18 |
| - |
| 17 | + "name":"Karl Spies", |
| 18 | + |
19 | 19 | },
|
20 | 20 | {
|
21 |
| - "name": "Tobias Vogt", |
22 |
| - |
| 21 | + "name":"Tobias Vogt", |
| 22 | + |
23 | 23 | },
|
24 | 24 | {
|
25 |
| - "name": "David Fuhr", |
26 |
| - |
| 25 | + "name":"David Fuhr", |
| 26 | + |
27 | 27 | },
|
28 | 28 | {
|
29 |
| - "name": "Vinai Kopp", |
30 |
| - |
| 29 | + "name":"Vinai Kopp", |
| 30 | + |
31 | 31 | }
|
32 | 32 | ],
|
33 |
| - "require": { |
| 33 | + "require":{ |
34 | 34 | },
|
35 |
| - "require-dev": { |
36 |
| - "phpunit/phpunit": "*" |
| 35 | + "require-dev":{ |
| 36 | + "phpunit/phpunit":"*", |
| 37 | + "composer/composer":"*" |
37 | 38 | },
|
38 |
| - "autoload": { |
39 |
| - "psr-0": {"MagentoHackathon\\Composer\\Magento": "src/"} |
| 39 | + "autoload":{ |
| 40 | + "psr-0":{ |
| 41 | + "MagentoHackathon\\Composer\\Magento":"src/" |
| 42 | + } |
40 | 43 | },
|
41 |
| - "extra": { |
42 |
| - "class": "MagentoHackathon\\Composer\\Magento\\Installer" |
| 44 | + "extra":{ |
| 45 | + "class":"MagentoHackathon\\Composer\\Magento\\Installer" |
43 | 46 | }
|
44 | 47 | }
|
0 commit comments