Skip to content

Commit

Permalink
Moved registration.php + composer.json + README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
paales committed Oct 5, 2016
1 parent d66133c commit 0579719
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 22 deletions.
File renamed without changes.
18 changes: 18 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"name": "honl/magento2-import",
"description": "",
"require": {
"php": "~7.0.0",
"magento/product-community-edition": "2.1.x"
},
"type": "magento2-module",
"version": "0.3.0",
"autoload": {
"files": [
"registration.php"
],
"psr-4": {
"Ho\\Import\\": "src/"
}
}
}
2 changes: 1 addition & 1 deletion src/registration.php → registration.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
\Magento\Framework\Component\ComponentRegistrar::register(
\Magento\Framework\Component\ComponentRegistrar::MODULE,
'Ho_Import',
__DIR__
__DIR__.'/src'
);
21 changes: 0 additions & 21 deletions src/composer.json

This file was deleted.

0 comments on commit 0579719

Please sign in to comment.