Skip to content

Commit

Permalink
MAGETWO-35479: CE Project Package - Updated composer package tool to …
Browse files Browse the repository at this point in the history
…create composer.json

-- corrected composer.json
  • Loading branch information
Joan He committed Apr 16, 2015
1 parent 07f9f16 commit 79c9052
Show file tree
Hide file tree
Showing 2 changed files with 53 additions and 42 deletions.
10 changes: 6 additions & 4 deletions composer.json
@@ -1,6 +1,6 @@
{
"name": "magento/project-community-edition",
"description": "Magento project (Community Edition)",
"name": "magento/magento2ce",
"description": "Magento 2 (Community Edition)",
"type": "project",
"version": "0.74.0-beta4",
"license": [
Expand Down Expand Up @@ -30,7 +30,7 @@
"zendframework/zend-log": "2.3.1",
"zendframework/zend-http": "2.3.1",
"magento/zendframework1": "1.12.10",
"composer/composer": "1.0.0-alpha8",
"composer/composer": "1.0.0-alpha9",
"monolog/monolog": "1.11.0",
"oyejorge/less.php": "1.7.0.3",
"tubalmartin/cssmin": "2.4.8-p4",
Expand Down Expand Up @@ -208,5 +208,7 @@
"Magento\\TestFramework\\Utility\\": "dev/tests/static/framework/Magento/TestFramework/Utility/",
"Magento\\ToolkitFramework\\": "dev/tools/performance-toolkit/framework/Magento/ToolkitFramework/"
}
}
},
"minimum-stability": "alpha",
"prefer-stable": true
}
85 changes: 47 additions & 38 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 79c9052

Please sign in to comment.