Commits on Source (1)
-
e.rahmanova@iq-adv.ru authored
auth.json
0 → 100644
... | ... | @@ -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"] | ||
} | ||
} |