We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 899f031 + 034ce7a commit 3aabff9Copy full SHA for 3aabff9
.gitignore
@@ -0,0 +1,2 @@
1
+bin/
2
+vendor/
composer.json
@@ -4,7 +4,8 @@
4
"license": "proprietary",
5
"description": "Provides Magento with an instance of a Symfony DI Container",
6
"require": {
7
- "inviqa/symfony-container-generator": "^0.2"
+ "inviqa/symfony-container-generator": "^0.2",
8
+ "magento-hackathon/magento-composer-installer": "^3.0"
9
},
10
"require-dev": {
11
"phpspec/phpspec": "^2.2"
@@ -18,6 +19,7 @@
18
19
}
20
21
"extra": {
- "magento-version-ee": "^1.12.0"
22
+ "magento-version-ee": "^1.12.0",
23
+ "magento-root-dir": "public"
24
25
0 commit comments