Welcome to mirror list, hosted at ThFree Co, Russian Federation.

composer.json.erb « composer « package_managers « fixtures « qa « qa - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
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": {}
}