Skip to content

Commit 79c9052

Browse files
author
Joan He
committed
MAGETWO-35479: CE Project Package - Updated composer package tool to create composer.json
-- corrected composer.json
1 parent 07f9f16 commit 79c9052

File tree

2 files changed

+53
-42
lines changed

2 files changed

+53
-42
lines changed

composer.json

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "magento/project-community-edition",
3-
"description": "Magento project (Community Edition)",
2+
"name": "magento/magento2ce",
3+
"description": "Magento 2 (Community Edition)",
44
"type": "project",
55
"version": "0.74.0-beta4",
66
"license": [
@@ -30,7 +30,7 @@
3030
"zendframework/zend-log": "2.3.1",
3131
"zendframework/zend-http": "2.3.1",
3232
"magento/zendframework1": "1.12.10",
33-
"composer/composer": "1.0.0-alpha8",
33+
"composer/composer": "1.0.0-alpha9",
3434
"monolog/monolog": "1.11.0",
3535
"oyejorge/less.php": "1.7.0.3",
3636
"tubalmartin/cssmin": "2.4.8-p4",
@@ -208,5 +208,7 @@
208208
"Magento\\TestFramework\\Utility\\": "dev/tests/static/framework/Magento/TestFramework/Utility/",
209209
"Magento\\ToolkitFramework\\": "dev/tools/performance-toolkit/framework/Magento/ToolkitFramework/"
210210
}
211-
}
211+
},
212+
"minimum-stability": "alpha",
213+
"prefer-stable": true
212214
}

composer.lock

Lines changed: 47 additions & 38 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)