diff --git a/composer.json b/composer.json index d3b9f18..bdf99e6 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,11 @@ { "name": "invisnik/laravel-steam-auth", "description": "Laravel Steam Auth", - "keywords": ["steam", "laravel", "auth"], + "keywords": [ + "steam", + "laravel", + "auth" + ], "license": "MIT", "authors": [ { @@ -12,12 +16,12 @@ "require": { "php": "^7.2|^8.0", "guzzlehttp/guzzle": "^6.3|^7.0.1", - "illuminate/http": "^5.8|^6.0|^7.0|^8.0|^9.0", - "illuminate/routing": "^5.8|^6.0|^7.0|^8.0|^9.0", - "illuminate/support": "^5.8|^6.0|^7.0|^8.0|^9.0" + "illuminate/http": "^5.8|^6.0|^7.0|^8.0|^9.0|^10.0", + "illuminate/routing": "^5.8|^6.0|^7.0|^8.0|^9.0|^10.0", + "illuminate/support": "^5.8|^6.0|^7.0|^8.0|^9.0|^10.0" }, "require-dev": { - "phpunit/phpunit": "^7.0" + "phpunit/phpunit": "^7.0|^9.5.10" }, "autoload": { "psr-4": {