From c53e1af4de713c740860b560d540f947f90ad990 Mon Sep 17 00:00:00 2001 From: ishmukhametov_tf Date: Sun, 7 Apr 2024 11:46:14 +0300 Subject: [PATCH] update composer.json --- composer.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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": {