composer.json

{
    "name": "rof/tiny",
    "description": "PHP Tiny... a library-building package which uses MVC style",
    "type": "library",
    "autoload": {
        "psr-4": {
            "": "class/"
        }
    },
    "license": "proprietary",
    "require": {
        "rof/mime": "dev-master"
    },
    "require-dev": {
    
    }
}