{
  "name": "nextcloud/firstrunwizard",
  "description": "The Nextcloud firstrunwizard",
  "license": "AGPL",
  "config": {
    "optimize-autoloader": true,
    "classmap-authoritative": true
  },
  "require": {
  },
  "scripts": {
    "lint": "find . -name \\*.php -not -path './vendor/*' -print0 | xargs -0 -n1 php -l"
  }
}
