diff --git a/composer.json b/composer.json index c5df3c4..bdf4e8c 100644 --- a/composer.json +++ b/composer.json @@ -17,17 +17,17 @@ ], "require": { "php": "^7.1", - "tymon/jwt-auth": "1.0.0-rc.5.1", - "illuminate/support": "^5.6 | ^6.0" + "tymon/jwt-auth": "^1.0", + "illuminate/support": "^5.6 | ^6.0 | ^7.0 | ^8.0" }, "require-dev": { "mockery/mockery": "~1.3", - "phpunit/phpunit": "^8.5", - "codedungeon/phpunit-result-printer": "dev-master" + "phpunit/phpunit": "^8.5 | ^9.0", + "codedungeon/phpunit-result-printer": "^0.28.0" }, "autoload": { "psr-4": { - "UniSharp\\JWT\\": "src/", + "Clystnet\\JWT\\": "src/", "Tests\\": "tests/" }, "classmap": [