summaryrefslogtreecommitdiffstats
path: root/composer.json
blob: e0b5708dc148188c6681f9a879f09bb609be0d63 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
  "name": "nextcloud/social",
  "description": "Social app",
  "minimum-stability": "stable",
  "license": "AGPL-3.0-or-later",
  "authors": [
    {
      "name": "Maxence Lange",
      "email": "maxence@artificial-owl.com"
    }
  ],
  "require": {
    "daita/my-small-php-tools": "dev-master",
    "digitalbazaar/json-ld": "0.4.7"
  },
  "require-dev": {
    "jakub-onderka/php-parallel-lint": "^1.0"
  }
}