summaryrefslogtreecommitdiff
path: root/qa/qa/fixtures/package_managers/composer/composer.json.erb
blob: a1e31e2599f56dfb02d426ac9739c92c1ae4c273 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "name": "<%= project.path_with_namespace %>/<%= package.name %>",
  "description": "Library XY",
  "type": "library",
  "license": "GPL-3.0-only",
  "authors": [
      {
          "name": "John Doe",
          "email": "john@example.com"
      }
  ],
  "require": {}
}