update composer.json
... | ... | @@ -9,7 +9,6 @@ |
"email": "p.piligrimov@iqdev.digital" | ||
} | ||
], | ||
"version": "0.0.1", | ||
"type": "library", | ||
"keywords": [ | ||
"search", | ||
... | ... | @@ -19,7 +18,7 @@ |
"require": { | ||
"php": ">=7.4", | ||
"ramsey/collection": "^1.2", | ||
"iqdev/search-dc": "dev-main", | ||
"iqdev/search-dc": "1.0", | ||
"elasticsearch/elasticsearch": "^8.5", | ||
"vlucas/phpdotenv": "^5.4.1" | ||
}, | ||
... | ... |
Please register or sign in to comment