.env.example
0 → 100644
+4
−0
+3
−1
+12
−0
| Original line number | Diff line number | Diff line |
|---|---|---|
| @@ -27,12 +27,24 @@ | ||
"IQDEV\\ElasticSearch\\": "src/ElasticSearch/"
|
||
}
|
||
},
|
||
"autoload-dev": {
|
||
"psr-4": {
|
||
"IQDEV\\ElasticSearchTests\\": "tests/"
|
||
}
|
||
},
|
||
"repositories": [
|
||
{
|
||
"type": "vcs",
|
||
"url": "ssh://git@gitlab.iqdev.digital:8422/piligrimov/search-dc.git"
|
||
}
|
||
],
|
||
"require-dev": {
|
||
"phpunit/phpunit": "^9.5",
|
||
"symfony/var-dumper": "^5.4"
|
||
},
|
||
"scripts": {
|
||
"tests": "php ./vendor/bin/phpunit --testdox --verbose"
|
||
},
|
||
"config": {
|
||
"allow-plugins": {
|
||
"php-http/discovery": true
|
||
phpunit.xml.dist
0 → 100644
+24
−0
Loading