diff --git a/composer.json b/composer.json index 327b7ba0d..8122c5c20 100644 --- a/composer.json +++ b/composer.json @@ -3,7 +3,10 @@ "description": "PHP Client for Elasticsearch", "keywords": ["search","client", "elasticsearch"], "type": "library", - "license": "Apache-2.0", + "license": [ + "Apache-2.0", + "LGPL-2.1-only" + ], "authors": [ { "name": "Zachary Tong"