{
  "name": "Licenzo/framework",
  "description": "A personal PHP framework with Foundation, Database, HTTP, and other core components",
  "type": "library",
  "license": "MIT",
  "authors": [
    {
      "name": "Angristan",
      "email": "angristan@arcith.com"
    }
  ],
  "require": {
    "php": ">=8.0"
  },
  "autoload": {
    "psr-4": {
      "Licenzo\\Framework\\": "src/"
    }
  },
  "minimum-stability": "stable",
  "keywords": ["framework", "php", "foundation", "database", "http"]
}
