{
  "name": "trioxine/custom-mvc",
  "description": "Custom PHP MVC Framework",
  "type": "project",
  "require": {
    "php": "^8.1",
    "ext-pdo": "*"
  },
  "autoload": {
    "psr-4": {
      "App\\": "app/"
    },
    "files": [
      "app/Helpers/helper.php"
    ]
  }
}
