|
1 | 1 | {
|
2 | 2 | "name": "alankent/store",
|
3 | 3 | "require": {
|
4 |
| - "magento/magento-composer-installer": "*", |
5 |
| - "magento/product-community-edition": "0.1.0-alpha108" |
| 4 | + "magento/product-community-edition": "0.42.0-beta6" |
6 | 5 | },
|
7 | 6 | "repositories": [
|
8 | 7 | {
|
9 | 8 | "type": "composer",
|
10 | 9 | "url": "http://packages.magento.com/"
|
11 | 10 | }
|
12 | 11 | ],
|
| 12 | + "autoload": { |
| 13 | + "psr-4": { |
| 14 | + "Magento\\Setup\\": "htdocs/setup/module/Magento/Setup/src/" |
| 15 | + } |
| 16 | + }, |
13 | 17 | "extra": {
|
14 | 18 | "magento-root-dir": "htdocs",
|
15 | 19 | "magento-deploystrategy": "copy"
|
16 | 20 | },
|
17 |
| - "minimum-stability": "dev", |
18 |
| - "autoload": { |
19 |
| - "psr-0": { |
20 |
| - "Apache_": "htdocs/lib/internal/", |
21 |
| - "Cm_": "htdocs/lib/internal/", |
22 |
| - "Credis_": "htdocs/lib/internal/", |
23 |
| - "Less_": "htdocs/lib/internal/", |
24 |
| - "Symfony\\": "htdocs/lib/internal/", |
25 |
| - "Zend_Date": "htdocs/app/code/", |
26 |
| - "Zend_Mime": "htdocs/app/code/", |
27 |
| - "Zend_": "htdocs/lib/internal/", |
28 |
| - "Zend\\": "htdocs/lib/internal/" |
29 |
| - }, |
30 |
| - "psr-4": { |
31 |
| - "Magento\\Framework\\": "htdocs/lib/internal/Magento/Framework/", |
32 |
| - "Magento\\": [ |
33 |
| - "htdocs/var/generation/Magento/", |
34 |
| - "htdocs/app/code/Magento/" |
35 |
| - ], |
36 |
| - "Zend\\Soap\\": "htdocs/app/code/Zend/Soap/", |
37 |
| - "Zend\\": "htdocs/lib/internal/Zend/" |
38 |
| - } |
39 |
| - }, |
40 |
| - "include-path": [ |
41 |
| - "/htdocs/lib/internal/", |
42 |
| - "/htdocs/app/code/" |
43 |
| - ], |
44 |
| - "autoload-dev": { |
45 |
| - "psr-4": { |
46 |
| - "Magento\\Sniffs\\": "htdocs/dev/tests/static/framework/Magento/Sniffs/", |
47 |
| - "Magento\\Tools\\": "htdocs/dev/tools/Magento/Tools/", |
48 |
| - "Magento\\Tools\\License\\": "htdocs/dev/build/publication/license/", |
49 |
| - "Magento\\Tools\\Sanity\\": "htdocs/dev/build/publication/sanity/Magento/Tools/Sanity/", |
50 |
| - "Magento\\TestFramework\\Inspection\\": "htdocs/dev/tests/static/framework/Magento/TestFramework/Inspection/", |
51 |
| - "Magento\\TestFramework\\Utility\\": "htdocs/dev/tests/static/framework/Magento/TestFramework/Utility/", |
52 |
| - "Magento\\ToolkitFramework\\": "htdocs/dev/tools/performance-toolkit/framework/Magento/ToolkitFramework/" |
53 |
| - } |
54 |
| - } |
| 21 | + "minimum-stability": "dev" |
55 | 22 | }
|
0 commit comments