+3
−10
| Original line number | Diff line number | Diff line |
|---|---|---|
| @@ -16,9 +16,8 @@ | ||
"php"
|
||
],
|
||
"require": {
|
||
"php": ">=7.4",
|
||
"ramsey/collection": "^1.2",
|
||
"iqdev/search-dc": "1.2.*",
|
||
"php": ">=8.1",
|
||
"ramsey/collection": "^2",
|
||
"elasticsearch/elasticsearch": "^8.5",
|
||
"vlucas/phpdotenv": "^5.4.1"
|
||
},
|
||
| @@ -32,15 +31,9 @@ | ||
"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"
|
||
"symfony/var-dumper": "^6.3"
|
||
},
|
||
"scripts": {
|
||
"tests": "php ./vendor/bin/phpunit --testdox --verbose"
|
||
src/ElasticSearch/Converter/CriteriaToEsRequest.php
deleted100644 → 0
+0
−458
+53
−0
+71
−0
Loading