composer.json
{
"name": "RO/eco.maconzero.com",
"type": "library",
"repositories": [
{"type": "vcs",
"url": "https://github.com/ReedOverflow/PHP-Request-Handler"
},
{"type": "vcs",
"url": "https://github.com/ReedOverflow/PHP-View-Controller"
}
],
"require": {
"RO/RequestHandler": "dev-master",
"RO/View": "dev-master"
}
}