From dd01a1ffe8a63532d61119867797e7a6fc744b79 Mon Sep 17 00:00:00 2001 From: ildyria Date: Tue, 5 Jul 2022 11:12:19 +0200 Subject: [PATCH] add missing composer import --- composer.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 27d3b3c..29c6d7e 100644 --- a/composer.json +++ b/composer.json @@ -32,16 +32,17 @@ "issues": "https://github.com/Laragear/TwoFactor/issues" }, "require": { - "php" : ">=8.0.2", + "php": ">=8.0.2", "ext-openssl": "*", - "ext-json" : "*", + "ext-json": "*", "illuminate/auth": "9.*", "illuminate/http": "9.*", "illuminate/session": "9.*", "illuminate/support": "9.*", "illuminate/config": "9.*", "illuminate/database": "9.*", - "illuminate/encryption": "9.*" + "illuminate/encryption": "9.*", + "jetbrains/phpstorm-attributes": "^1.0" }, "require-dev": { "orchestra/testbench": "7.*",