| {
    "name": "peterujah/php-functions",
    "type": "library",
    "description": "Wrapped all basic reusable php function which I always on on project.",
    "keywords": [
        "library",
        "php",
        "php class",
        "php function",
        "reusable function"
    ],
    "license": "MIT",
    "authors": [
        {
            "name": "Ujah Chigozie",
            "email": "[email protected] "
        }
    ],
    "require": {
        "php": "^7.0 || ^8.0"
    },
     "extra": {
        "branch-alias": {
            "dev-master": "1.2-dev"
        }
    },
    "autoload": {
        "psr-4": { 
            "Peterujah\\NanoBlock\\": "src/" 
        }
    },
    "prefer-stable": true
}
 |