- 🇺🇸United States douggreen Winchester, VA
This works just fine for me, by following the README.md and adding the repository. I'll be cutting a new release today, maybe that will help.
- 🇺🇸United States mortona2k Seattle
Is the 1.1.1 version necessary? Why not require it as ^1.1 or ^1.
If changes are needed for each release, we should keep the pinned version.
It could be downloaded with asset-packagist instead of linking the github release. I think that's a better practice for common libraries.
The composer installation does currently work with the readme instructions, adding the github repository to composer.json.
- First commit to issue fork.
- 🇮🇳India mrinalini9 New Delhi
I have tried 'composer require drmonty/smartmenus:1.1.1' but that not worked and allow me to install. Then, i have tried 'composer require drmonty/smartmenus: ^1.1' as suggested in #15 that worked for me. So, have created MR based on that, please review it.
Thanks!