Skip to content

Commit 034ce7a

Browse files
author
Geza Buza
committed
Add Composer installer as dependency
1 parent 64339c3 commit 034ce7a

File tree

2 files changed

+634
-160
lines changed

2 files changed

+634
-160
lines changed

composer.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
"license": "proprietary",
55
"description": "Provides Magento with an instance of a Symfony DI Container",
66
"require": {
7-
"inviqa/symfony-container-generator": "^0.2"
7+
"inviqa/symfony-container-generator": "^0.2",
8+
"magento-hackathon/magento-composer-installer": "^3.0"
89
},
910
"require-dev": {
1011
"phpspec/phpspec": "^2.2"
@@ -18,6 +19,7 @@
1819
}
1920
},
2021
"extra": {
21-
"magento-version-ee": "^1.12.0"
22+
"magento-version-ee": "^1.12.0",
23+
"magento-root-dir": "public"
2224
}
2325
}

0 commit comments

Comments
 (0)