I want to add a particular plugin in my laravel app using composer. I don't want to sync whole of the plugins with composer.json, I just want to add a new plugin.
If I remove rest of the plugins and add a json value i.e. "mgallegos/laravel-jqgrid": "1.*"
, once the files are downloaded, all of the plugins get removed because they are not mentioned there in json file.
Can I only add 1 particular plugin without making any changes in rest of the plugins?
Here is what my json file looks like: