Skip to content

Commit 3aabff9

Browse files
author
Jon Acker
committed
Merge pull request #9 from elvetemedve/feature/fix-project-dependencies
Feature/fix project dependencies
2 parents 899f031 + 034ce7a commit 3aabff9

File tree

3 files changed

+636
-160
lines changed

3 files changed

+636
-160
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
bin/
2+
vendor/

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)