From dd01a1ffe8a63532d61119867797e7a6fc744b79 Mon Sep 17 00:00:00 2001 From: ildyria Date: Tue, 5 Jul 2022 11:12:19 +0200 Subject: [PATCH 1/3] 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.*", From 0e629e0ac6c34039a24c3898df6a61ad00169a20 Mon Sep 17 00:00:00 2001 From: Italo Date: Tue, 5 Jul 2022 14:53:14 -0400 Subject: [PATCH 2/3] Update composer.json --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 29c6d7e..dde21f7 100644 --- a/composer.json +++ b/composer.json @@ -42,12 +42,12 @@ "illuminate/config": "9.*", "illuminate/database": "9.*", "illuminate/encryption": "9.*", - "jetbrains/phpstorm-attributes": "^1.0" }, "require-dev": { "orchestra/testbench": "7.*", "phpunit/phpunit": "^9.5", - "mockery/mockery": "^1.5" + "mockery/mockery": "^1.5", + "jetbrains/phpstorm-attributes": "^1.0" }, "autoload": { "psr-4": { From df08094bc60222ad9b93ba3d9195c0df38622415 Mon Sep 17 00:00:00 2001 From: Italo Date: Tue, 5 Jul 2022 14:53:37 -0400 Subject: [PATCH 3/3] Remove trailing comma. --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index dde21f7..07add5d 100644 --- a/composer.json +++ b/composer.json @@ -41,7 +41,7 @@ "illuminate/support": "9.*", "illuminate/config": "9.*", "illuminate/database": "9.*", - "illuminate/encryption": "9.*", + "illuminate/encryption": "9.*" }, "require-dev": { "orchestra/testbench": "7.*",