mirasvit / module-profiler

Magento 2 Profiler
https://mirasvit.com/
Open Software License 3.0
133 stars 36 forks source link

move registration.php to root directory #8

Closed ojhaujjwal closed 7 years ago

ojhaujjwal commented 7 years ago

composer.json and registration.php are better kept on the same directory. When you are register a module, magento expects a composer.json file on the same directory to be fully compatible with magento. For example, adding sample data using magento sampledata:deploy does not work because of this module. it says composer.json file not found in vendor/mirasvit/module-profiler/src/Profiler/composer.json