{
    "name": "4lt/novaconium", 
    "description": "A high-performance PHP framework built from the past.",
    "version": "1.0.3",
    "license": "MIT",
    "authors": [
        {
            "name": "Nick Yeoman",
            "email": "dev@4lt.ca",
            "homepage": "https://www.4lt.ca",
            "role": "Consultant"
        }
    ],
    "autoload": {
      "psr-4": {
        "Novaconium\\\\": "src/" 
      }
    },
    "require": {
      "twig/twig": "*"
    },
    "minimum-stability": "stable", 
    "extra": {
        "versioning": {
            "strategy": "semantic-versioning"
        }
    }
}