Commits on Source (6)
-
e.rahmanova@iq-adv.ru authored
-
e.rahmanova@iq-adv.ru authored
-
e.rahmanova@iq-adv.ru authored
-
e.rahmanova@iq-adv.ru authored
-
e.rahmanova@iq-adv.ru authored
-
e.rahmanova@iq-adv.ru authored
auth.json
0 → 100644
... | @@ -18,7 +18,7 @@ | ... | @@ -18,7 +18,7 @@ |
"require": { | "require": { | ||
"php": ">=7.4", | "php": ">=7.4", | ||
"ramsey/collection": "^1.2", | "ramsey/collection": "^1.2", | ||
"iqdev/search-dc": "1.2.*", | "dev/search-dc": "1.2.1", | ||
"elasticsearch/elasticsearch": "^8.5", | "elasticsearch/elasticsearch": "^8.5", | ||
"vlucas/phpdotenv": "^5.4.1" | "vlucas/phpdotenv": "^5.4.1" | ||
}, | }, | ||
... | @@ -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"] | |||
} | } | ||
} | } |