summaryrefslogtreecommitdiffstats
path: root/composer.json
blob: f009f3b30bee0ea21c8b91585c0e0191eef57f61 (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
{
  "name": "nextcloud/social",
  "description": "Social app",
  "minimum-stability": "stable",
  "license": "AGPL-3.0-or-later",
  "authors": [
    {
      "name": "Maxence Lange",
      "email": "maxence@artificial-owl.com"
    }
  ],
  "config": {
    "platform": {
      "php": "7.0.0"
    }
  },
  "require": {
    "daita/my-small-php-tools": "dev-master",
    "gumlet/php-image-resize": "1.9.*",
    "friendica/json-ld": "^1.0"
  },
  "require-dev": {
    "jakub-onderka/php-parallel-lint": "^1.0",
    "phpunit/phpunit": "^6.4"
  },
  "repositories": [
    {
      "type": "vcs",
      "url": "https://git.friendi.ca/friendica/php-json-ld"
    }
  ]
}