Skip to content

Commit

Permalink
fix(php): add license to composer (#3937) (generated) [skip ci]
Browse files Browse the repository at this point in the history
Co-authored-by: Pierre Millot <[email protected]>
  • Loading branch information
algolia-bot committed Oct 9, 2024
1 parent dd71d1c commit bf0479c
Showing 1 changed file with 6 additions and 13 deletions.
19 changes: 6 additions & 13 deletions clients/algoliasearch-client-php/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,14 @@
"name": "algolia/algoliasearch-client-php",
"version": "4.6.0",
"description": "API powering the features of Algolia.",
"keywords": [
"openapitools",
"openapi-generator",
"openapi",
"php",
"sdk",
"rest",
"api"
],
"homepage": "https://openapi-generator.tech",
"license": "unlicense",
"keywords": ["algolia", "search", "api", "client", "php"],
"type": "library",
"homepage": "https://github.com/algolia/algoliasearch-client-php",
"license": "MIT",
"authors": [
{
"name": "OpenAPI-Generator contributors",
"homepage": "https://openapi-generator.tech"
"name": "Algolia Team",
"homepage": "https://alg.li/support"
}
],
"require": {
Expand Down

0 comments on commit bf0479c

Please sign in to comment.