composer.json
{
"name": "rof/calendar",
"description": "a comprehensive calendar library... to be.",
"type": "library",
"license": "unlicense",
"autoload": {
"psr-4": {
"ROF\\": ""
}
},
"require": {
"rof/view": "dev-master"
}
}