Commits on Source (1)
-
e.rahmanova@iq-adv.ru authored
auth.json
0 → 100644
... | @@ -32,12 +32,13 @@ | ... | @@ -32,12 +32,13 @@ |
"IQDEV\\ElasticSearchTests\\": "tests/" | "IQDEV\\ElasticSearchTests\\": "tests/" | ||
} | } | ||
}, | }, | ||
"repositories": [ | "repositories": { | ||
{ | "85": { | ||
"type": "vcs", | "type": "composer", | ||
"url": "ssh://git@gitlab.iqdev.digital:8422/piligrimov/search-dc.git" | "url": "https://gl.iqdev.team/api/v4/group/85/-/packages/composer/" | ||
} | } | ||
], | }, | ||
"require-dev": { | "require-dev": { | ||
"phpunit/phpunit": "^9.5", | "phpunit/phpunit": "^9.5", | ||
"symfony/var-dumper": "^5.4" | "symfony/var-dumper": "^5.4" | ||
... | @@ -48,6 +49,7 @@ | ... | @@ -48,6 +49,7 @@ |
"config": { | "config": { | ||
"allow-plugins": { | "allow-plugins": { | ||
"php-http/discovery": true | "php-http/discovery": true | ||
} | }, | ||
"gitlab-domains": ["gl.iqdev.team"] | |||
} | } | ||
} | } |