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