Skip to content

Commit 4f0117e

Browse files
committed
Added LGPL 2.1 license in composer
1 parent 12e953e commit 4f0117e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

composer.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@
33
"description": "PHP Client for Elasticsearch",
44
"keywords": ["search","client", "elasticsearch"],
55
"type": "library",
6-
"license": "Apache-2.0",
6+
"license": [
7+
"Apache-2.0",
8+
"LGPL-2.1-only"
9+
],
710
"authors": [
811
{
912
"name": "Zachary Tong"

0 commit comments

Comments
 (0)