Skip to content
Snippets Groups Projects

Issue #3480985: Simplify composer.json

1 file
+ 1
3
Compare changes
  • Side-by-side
  • Inline
+ 1
3
{
"name": "drupal/elasticsearch_connector",
"description": "Provides an ElasticSearch backend for Search API.",
"type": "drupal-module",
"license": "GPL-2.0-or-later",
"description": "Provides a Search API backend for Elasticsearch (a powerful, distributed, RESTful search and analytics engine), using the official Elasticsearch PHP Client.",
"require": {
"php": "^8",
Loading