.env.example
0 → 100644
+4
−0
+3
−1
+13
−1
| Original line number | Diff line number | Diff line |
|---|---|---|
| @@ -18,7 +18,7 @@ | ||
"require": {
|
||
"php": ">=7.4",
|
||
"ramsey/collection": "^1.2",
|
||
"iqdev/search-dc": "1.1.*",
|
||
"iqdev/search-dc": "1.2.*",
|
||
"elasticsearch/elasticsearch": "^8.5",
|
||
"vlucas/phpdotenv": "^5.4.1"
|
||
},
|
||
| @@ -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
+21
−0
readme.md
0 → 100644
+24
−0
Loading