You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
first of all a big thank you for uploading that module! I already use it and it does it's job well.
To make it installable with composer directly you should have composer.json in the root directory. In fact, I think best practice is to put alle the code you now have under Sivajik34/CustomFee in the root directory directly. Composer will take take of creating those directories during installation.
Also the dependency for magento framework is out of date ("magento/framework": "~100.0.4"). I just installed with magento 2.1.3 and it worked so you should consider updating this, or composer will not let anybody install it.
Thanks for the great work.
The text was updated successfully, but these errors were encountered:
Hi,
first of all a big thank you for uploading that module! I already use it and it does it's job well.
To make it installable with composer directly you should have composer.json in the root directory. In fact, I think best practice is to put alle the code you now have under Sivajik34/CustomFee in the root directory directly. Composer will take take of creating those directories during installation.
Also the dependency for magento framework is out of date ("magento/framework": "~100.0.4"). I just installed with magento 2.1.3 and it worked so you should consider updating this, or composer will not let anybody install it.
Thanks for the great work.
The text was updated successfully, but these errors were encountered: