File "composer.json"

Full path: /home/zvmcccat/public_html/nc_asa/apps/viewer/composer.json
File size: 296 B
MIME-type: application/json
Charset: utf-8

Download   Open   Edit   Advanced Editor &nnbsp; Back

{
  "name": "nextcloud/viewer",
  "description": "Lint config for nextcloud/viewer",
  "license": "MIT",
  "config": {
    "optimize-autoloader": true,
    "classmap-authoritative": true
  },
  "scripts": {
    "lint": "find . -name \\*.php -not -path './vendor/*' -exec php -l \"{}\" \\;"
  }
}