From df08094bc60222ad9b93ba3d9195c0df38622415 Mon Sep 17 00:00:00 2001 From: Italo Date: Tue, 5 Jul 2022 14:53:37 -0400 Subject: [PATCH] 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.*",