From 276035e2f06a83dd7fd56f8cb13601686eff1848 Mon Sep 17 00:00:00 2001 From: justinpolygon <123573436+justinpolygon@users.noreply.github.com> Date: Sat, 20 Apr 2024 00:46:20 -0700 Subject: [PATCH] Fix missing name property --- composer.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 2f3c26a..a1a48ad 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,6 @@ { - "description": "The future of fintech.", + "name": "polygon-io/api", + "description": "polygon.io php-client", "keywords": [ "openapitools", "openapi-generator", @@ -10,7 +11,8 @@ "api" ], "homepage": "https://openapi-generator.tech", - "license": "unlicense", + "type": "library", + "license": "MIT", "authors": [ { "name": "OpenAPI",