PHP & Composer, how do I combine composer.json files
Can someone explain how I'm supposed to use composer with a php. I have a composer.json file in my doc root that downloads the core packages for my project, but then when I want to add another project like google+ php sdk found here https://github.com/googleplus/gplus-quickstart-php/ what do I do with that composer.json file? do i combine them manually? Do I just download that composer.json into a different dir? my current composer.json file looks like this { "name": "fuel/fuel", "type": "metapackage", "description": "The FuelPHP framework", "keywords": ["framework"], "homepage": "http:/