Updated composer.json with repositories block

This commit is contained in:
Carsten Götzinger 2018-04-23 06:32:05 +02:00
parent e42a1753d1
commit e195e77ee7
1 changed files with 6 additions and 0 deletions

View File

@ -30,6 +30,12 @@
"contao/core": "*",
"contao/manager-plugin": "<2.0 || >=3.0"
},
"repositories": [
{
"type": "gitlab",
"url": "https://git.cgo-it.de/contao/rate-it.git"
}
],
"autoload": {
"psr-4": {
"cgoIT\\rateit\\": "src/"