{
  "require": {
    "pagerfanta/pagerfanta": "^4.7"
  },

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


}
