Composer tip for the day:

This will most likely fail and cause you endless pain and sadness.

composer require project/with-lots-of-dependencies:1.2.3

This will work. Makes developers happy.

composer require project/with-lots-of-dependencies:1.2.3 –update-with-all-dependencies