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

composer.json - github.com/nextcloud/notifications.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 14d7eb3b7a1fe7c3a5a0a627869002a7adf50e55 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "name": "nextcloud/notifications",
  "description": "notifications",
  "license": "AGPL",
  "config": {
    "optimize-autoloader": true,
    "classmap-authoritative": true
  },
  "require": {
  },
  "scripts": {
    "lint": "find . -name \\*.php -not -path './vendor/*' -print0 | xargs -0 -n1 php -l"
  }
}