| {
    "name": "peterujah/php-router-template",
    "type": "library",
    "description": "A simple php class to help render template in routers and fix additional slash issue.",
    "homepage": "https://github.com/peterujah/php-router-template",
    "keywords": [
        "library",
        "router", 
        "routing",
        "template",
        "php"
    ],
    "license": "MIT",
    "authors": [
        {
            "name": "Ujah Chigozie",
            "email": "[email protected] "
        }
    ],
    "require": {
         "php": ">=5.3.0"
    },
    "require-dev": {
        "bramus/router": "~1.6" 
    },
    "autoload": {
        "psr-4": { 
            "Peterujah\\NanoBlock\\": "src/" 
        }
    },
    "prefer-stable": true
}
 |