Welcome to mirror list, hosted at ThFree Co, Russian Federation.

composer.json - github.com/nextcloud/photos.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 391ab0c6aa3082d581eb84c12fc65c7dab839c22 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
  "name": "nextcloud/photos",
  "description": "Lint config for nextcloud/photos",
  "license": "MIT",
  "config": {
    "optimize-autoloader": true,
    "classmap-authoritative": true
  },
  "scripts": {
    "lint": "find . -name \\*.php -not -path './vendor/*' -exec php -l \"{}\" \\;"
  }
}