From 4022ce5f7730f14f0adbc1f1cb00cb35b01fa1e8 Mon Sep 17 00:00:00 2001 From: Ilia Lazarev Date: Tue, 15 Feb 2022 20:04:23 +0300 Subject: [PATCH] Laravel 9 Support --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 783c6e4..248cee3 100644 --- a/composer.json +++ b/composer.json @@ -3,7 +3,7 @@ "description": "Steam Auth for Laravel", "require": { "php": "^7.2|^8.0", - "illuminate/http": "^7.0|^8.0" + "illuminate/http": "^7.0|^8.0|^9.0" }, "license": "MIT", "authors": [