summaryrefslogtreecommitdiffstats
path: root/composer.json
blob: 4969f567437c27b159c3bfbde46f6ee8eab1f291 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "name": "vendor_name/package_name",
  "description": "description_text",
  "minimum-stability": "stable",
  "license": "proprietary",
  "authors": [
    {
      "name": "author's name",
      "email": "email@example.com"
    }
  ],
  "require": {
    "league/oauth2-client": "2.3.0",
    "lrf141/oauth2-mastodon": "1.0.1"
  }
}