Skip to content

Commit bf0479c

Browse files
committed
fix(php): add license to composer (#3937) (generated) [skip ci]
Co-authored-by: Pierre Millot <[email protected]>
1 parent dd71d1c commit bf0479c

File tree

1 file changed

+6
-13
lines changed

1 file changed

+6
-13
lines changed

clients/algoliasearch-client-php/composer.json

Lines changed: 6 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,14 @@
22
"name": "algolia/algoliasearch-client-php",
33
"version": "4.6.0",
44
"description": "API powering the features of Algolia.",
5-
"keywords": [
6-
"openapitools",
7-
"openapi-generator",
8-
"openapi",
9-
"php",
10-
"sdk",
11-
"rest",
12-
"api"
13-
],
14-
"homepage": "https://openapi-generator.tech",
15-
"license": "unlicense",
5+
"keywords": ["algolia", "search", "api", "client", "php"],
6+
"type": "library",
7+
"homepage": "https://github.com/algolia/algoliasearch-client-php",
8+
"license": "MIT",
169
"authors": [
1710
{
18-
"name": "OpenAPI-Generator contributors",
19-
"homepage": "https://openapi-generator.tech"
11+
"name": "Algolia Team",
12+
"homepage": "https://alg.li/support"
2013
}
2114
],
2215
"require": {

0 commit comments

Comments
 (0)