+2
−10
| Original line number | Diff line number | Diff line |
|---|---|---|
| @@ -16,9 +16,8 @@ | ||
"php"
|
||
],
|
||
"require": {
|
||
"php": ">=7.4",
|
||
"php": ">=8.1",
|
||
"ramsey/collection": "^1.2",
|
||
"iqdev/search-dc": "1.2.*",
|
||
"elasticsearch/elasticsearch": "^8.5",
|
||
"vlucas/phpdotenv": "^5.4.1"
|
||
},
|
||
| @@ -32,15 +31,8 @@ | ||
"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"
|
||
"phpunit/phpunit": "^9.5"
|
||
},
|
||
"scripts": {
|
||
"tests": "php ./vendor/bin/phpunit --testdox --verbose"
|
||
src/ElasticSearch/Criteria.php
0 → 100644
+35
−0
src/ElasticSearch/Document/Product.php
0 → 100644
+21
−0
Loading