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

composer.json - github.com/nextcloud/gallery.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 92315a8f82429aed8af581810c400c799a76bc39 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
  "name": "nextcloud/gallery",
  "type": "project",
  "description": "Media gallery for Nextcloud which includes previews for all media types supported by your Nextcloud installation.",
  "license": "AGPL-3.0",
  "homepage": "https://github.com/nextcloud/gallery",
  "authors": [
    {
      "name": "Olivier Paroz",
      "email": "galleryapps@oparoz.com",
      "role": "Developer",
      "homepage": "http://www.oparoz.com"
    },
    {
      "name": "Robin Appelman",
      "email": "robin@icewind.nl",
      "role": "Developer",
      "homepage": "https://github.com/icewind1991"
    }
  ],
  "support": {
    "issues": "https://github.com/nextcloud/gallery/issues",
    "wiki": "https://github.com/nextcloud/gallery/wiki",
    "source": "https://github.com/nextcloud/gallery"
  },
  "require": {
    "symfony/yaml": "~3.2"
  },
  "require-dev": {
    "guzzlehttp/guzzle": "^6.2",
    "phpunit/phpunit": "^6.5",
    "codeception/codeception": "2.3.*",
    "codeception/phpbuiltinserver": "*",
    "composer-plugin-api": "^1.0",
    "codeception/c3": "2.*",
    "flow/jsonpath": "^0.3.4",
    "phpdocumentor/phpdocumentor": "^2.9",
    "jakub-onderka/php-parallel-lint": "0.*",
    "jakub-onderka/php-console-highlighter": "0.*"
  }
}