forked from keywan-ghadami-oxid/gitlab-composer
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackages.json
More file actions
26 lines (26 loc) · 857 Bytes
/
packages.json
File metadata and controls
26 lines (26 loc) · 857 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
"packages": {
"my-group/my-project": {
"dev-master": {
"name": "my-group/my-project",
"source": {
"reference": "882816c7c05b5b5704e84bdb0f7ad69230df3c0c",
"type": "git",
"url": "git@gitlab.example.com:my-group/my-project.git"
},
"type": "project",
"version": "dev-master"
},
"v1.5": {
"name": "my-group/my-project",
"source": {
"reference": "882816c7c05b5b5704e84bdb0f7ad69230df3c0c",
"type": "git",
"url": "git@gitlab.example.com:my-group/my-project.git"
},
"type": "project",
"version": "v1.5"
}
}
}
}