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

box.json - github.com/nextcloud/updater.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 5d77a9578300e75740b5a018bce7056bbad76ace (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "chmod": "0755",
  "directories": ["lib"],
  "files": ["version.php"],
  "finder": [
    {
      "name": "*.php",
      "exclude": ["Tests"],
      "in": "vendor"
    }
  ],
  "main": "updater.php",
  "output": "updater.phar",
  "stub": true
}