Updated composer.json with repositories block
This commit is contained in:
parent
e195e77ee7
commit
9e3946a03d
@ -5,6 +5,14 @@
|
|||||||
"type":"contao-bundle",
|
"type":"contao-bundle",
|
||||||
"homepage":"https://cgo-it.de",
|
"homepage":"https://cgo-it.de",
|
||||||
"license":"LGPL-3.0+",
|
"license":"LGPL-3.0+",
|
||||||
|
"prefer-stable": true,
|
||||||
|
"config": {
|
||||||
|
"preferred-install": {
|
||||||
|
"cgo-it/*": "dist",
|
||||||
|
"*": "dist"
|
||||||
|
},
|
||||||
|
"gitlab-domains": [ "git.cgo-it.de" ],
|
||||||
|
}
|
||||||
"authors":[
|
"authors":[
|
||||||
{
|
{
|
||||||
"name":"cgo IT",
|
"name":"cgo IT",
|
||||||
@ -32,7 +40,7 @@
|
|||||||
},
|
},
|
||||||
"repositories": [
|
"repositories": [
|
||||||
{
|
{
|
||||||
"type": "gitlab",
|
"type": "vcs",
|
||||||
"url": "https://git.cgo-it.de/contao/rate-it.git"
|
"url": "https://git.cgo-it.de/contao/rate-it.git"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
Loading…
Reference in New Issue
Block a user