Skip to content

Commit

Permalink
Some tests
Browse files Browse the repository at this point in the history
  • Loading branch information
AydinHassan committed Dec 7, 2014
1 parent b95d1ed commit fc8440e
Show file tree
Hide file tree
Showing 11 changed files with 352 additions and 86 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
.idea
vendor
composer.lock
11 changes: 8 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "wearejh/magento-composer-installer",
"name": "aydin-hassan/magento-composer-installer",
"type": "composer-plugin",
"require": {
"composer-plugin-api": "~1.0"
Expand All @@ -17,10 +17,15 @@
],
"autoload": {
"psr-4": {
"Wearejh\\MagentoComposerInstaller\\": "src/"
"AydinHassan\\MagentoCoreComposerInstaller\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"AydinHassan\\MagentoCoreComposerInstallerTest\\": "test/"
}
},
"extra": {
"class": "\\Wearejh\\MagentoComposerInstaller\\CoreManager"
"class": "\\MagentoComposerInstaller\\MagentoCoreComposerInstaller\\CoreManager"
}
}
Loading

0 comments on commit fc8440e

Please sign in to comment.