{
  "name": "dgois/site-institucional",
  "description": "Site institucional da d::Gois Inteligência Empresarial",
  "type": "project",
  "require": {
    "php": "^8.2"
  },
  "autoload": {
    "psr-4": {
      "App\\": "app/"
    }
  },
  "scripts": {
    "serve": "php -S 127.0.0.1:8000 -t public public/router.php",
    "test": "php tests/run.php",
    "lint": "find app bootstrap config content public routes tests -name '*.php' -print0 | xargs -0 -n1 php -l"
  }
}

