Updated composer.json with repositories block
This commit is contained in:
parent
e42a1753d1
commit
e195e77ee7
@ -30,6 +30,12 @@
|
|||||||
"contao/core": "*",
|
"contao/core": "*",
|
||||||
"contao/manager-plugin": "<2.0 || >=3.0"
|
"contao/manager-plugin": "<2.0 || >=3.0"
|
||||||
},
|
},
|
||||||
|
"repositories": [
|
||||||
|
{
|
||||||
|
"type": "gitlab",
|
||||||
|
"url": "https://git.cgo-it.de/contao/rate-it.git"
|
||||||
|
}
|
||||||
|
],
|
||||||
"autoload": {
|
"autoload": {
|
||||||
"psr-4": {
|
"psr-4": {
|
||||||
"cgoIT\\rateit\\": "src/"
|
"cgoIT\\rateit\\": "src/"
|
||||||
|
Loading…
Reference in New Issue
Block a user