From 52984ebf30c4e4990bf7f207915200a9ed5c7afa Mon Sep 17 00:00:00 2001 From: kingdeveloper6200 Date: Sun, 24 Sep 2023 18:35:21 +0300 Subject: [PATCH] feat: support laravel 10 --- composer.json | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/composer.json b/composer.json index 7b5d168..e6f62ba 100644 --- a/composer.json +++ b/composer.json @@ -8,16 +8,14 @@ ], "type": "library", "license": "MIT", - "authors": [ - { - "name": "Bayu Hendra Winata", - "email": "uyab.exe@gmail.com" - } - ], + "authors": [{ + "name": "Bayu Hendra Winata", + "email": "uyab.exe@gmail.com" + }], "require": { "php": "^8.0", - "illuminate/support": "^8.0|^9.0", - "lcobucci/jwt": "^4.1" + "illuminate/support": "^8.0|^9.0|^10.0", + "lcobucci/jwt": "^5.0" }, "autoload": { "psr-4": { @@ -33,4 +31,4 @@ }, "minimum-stability": "dev", "prefer-stable": true -} +} \ No newline at end of file