Edit file File name : composer.json Content :{ "name": "nb/oxymel", "description": "A sweet XML builder", "keywords": ["xml"], "homepage": "https://github.com/nb/oxymel", "type": "library", "license": "MIT", "authors": [ { "name": "Nikolay Bachiyski", "email": "nb@nikolay.bg", "homepage": "http://extrapolate.me/" } ], "autoload": { "psr-0": {"Oxymel": ""} }, "require": { "php": ">=5.2.4" } } Save