I've added through Composer the php aws-sdk to my app. It also downloaded - as dependencies of aws-sdk - two modules: Guzzle and the Symfony event-dispatcher.
When I committed and pushed my changes to my repo, the only module added was the aws-sdk, the other 2 modules are "Untracked files".
How can I add the modules to the repository?
If I push to aws right now, the modules are not added, am I right? Another developer synced my changes and in its local the app is broken - because of the two required modules...
Thanks.