auth.json
0 → 100644
+5
−0
+8
−6
| Original line number | Diff line number | Diff line |
|---|---|---|
| @@ -32,12 +32,13 @@ | ||
"IQDEV\\ElasticSearchTests\\": "tests/"
|
||
}
|
||
},
|
||
"repositories": [
|
||
{
|
||
"type": "vcs",
|
||
"url": "ssh://git@gitlab.iqdev.digital:8422/piligrimov/search-dc.git"
|
||
"repositories": {
|
||
"85": {
|
||
"type": "composer",
|
||
"url": "https://gl.iqdev.team/api/v4/group/85/-/packages/composer/"
|
||
}
|
||
],
|
||
},
|
||
"require-dev": {
|
||
"phpunit/phpunit": "^9.5",
|
||
"symfony/var-dumper": "^5.4"
|
||
| @@ -48,6 +49,7 @@ | ||
"config": {
|
||
"allow-plugins": {
|
||
"php-http/discovery": true
|
||
}
|
||
},
|
||
"gitlab-domains": ["gl.iqdev.team"]
|
||
}
|
||
} |
||
Loading