diff --git a/composer.json b/composer.json index c573f18..5f6f605 100644 --- a/composer.json +++ b/composer.json @@ -1,8 +1,9 @@ { "name": "mrt1m/playstation-store-api", - "description": "", + "description": "A simple wrapper for working with PlayStation Store API", + "keywords": ["api-client", "playstation", "playstation-store", "php8"], "type": "library", - "license": "Apache-2.0", + "license": "MIT License", "authors": [ { "name": "mrt1m", @@ -12,7 +13,7 @@ "require": { "ext-json": "*", "php": ">=8.1", - "guzzlehttp/guzzle": "7.3.0" + "guzzlehttp/guzzle": "^7.3.0" }, "autoload": { "psr-4": {