Merge branch 'filter_group' into 'main'
Filter group See merge request piligrimov/search-es!1
No related branches found
No related tags found
Showing
... | ... | @@ -18,7 +18,7 @@ |
"require": { | ||
"php": ">=7.4", | ||
"ramsey/collection": "^1.2", | ||
"iqdev/search-dc": "1.0", | ||
"iqdev/search-dc": "1.1.*", | ||
"elasticsearch/elasticsearch": "^8.5", | ||
"vlucas/phpdotenv": "^5.4.1" | ||
}, | ||
... | ... | @@ -32,5 +32,10 @@ |
"type": "vcs", | ||
"url": "ssh://git@gitlab.iqdev.digital:8422/piligrimov/search-dc.git" | ||
} | ||
] | ||
], | ||
"config": { | ||
"allow-plugins": { | ||
"php-http/discovery": true | ||
} | ||
} | ||
} |
Please register or sign in to comment