summaryrefslogtreecommitdiffstats
path: root/composer.json
blob: 3bf0a3c8c30125e5e68a1d7e7ed53e667cabfdba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "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"
  }
}