{
  "require": {
  },
  "autoload": {
    "files": ["./config/MysqlConnectionConfig.php", "./config/RowNumber.php", "start.php"],
    "psr-4": {
      "Core\\" : "./core",
      "App\\Models\\" : "./app/models",
      "App\\Controllers\\" : "./app/controllers"
    }
  }
}