I know that the title might be a bit wrong, but I couldn't think of a better title. I'm learning to create a package and I've gotten to a section where I'm not sure if I missed something. In my usual laravel app I would put
"caffeinated/modules": "^4.0"
in my composer.json. But when I created my composer.json for my package I added the "caffeinated/modules" : "^4.0".
What I would like to know is how do I add "caffeinated/modules" : "^4.0" to the main composer.json.