From 4fdfd7a7677589648131cf9800249dcabee50d41 Mon Sep 17 00:00:00 2001 From: James Anderson Date: Thu, 17 Sep 2020 14:57:24 -0500 Subject: [PATCH] fix comnposer.json whitespace issue --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index d4fcfa0a..60ae9043 100644 --- a/composer.json +++ b/composer.json @@ -6,8 +6,8 @@ "require": { "php": "^7.1", "auth0/auth0-php": "^7.2.0", - "illuminate/support": "5.* | ^6.0 | ^7.0 | ^8.0", - "illuminate/contracts": "5.* | ^6.0 | ^7.0 | ^8.0" + "illuminate/support": "5.* | ^6.0 | ^7.0 | ^8.0", + "illuminate/contracts": "5.* | ^6.0 | ^7.0 | ^8.0" }, "require-dev": { "phpunit/phpunit": "^7|^8|^9",