From 1c0f630f8e4178b594d2be88d8c0a873335b0a1e Mon Sep 17 00:00:00 2001 From: Muhammad Zamroni Date: Fri, 30 Sep 2022 21:29:17 +0200 Subject: [PATCH] Update composer Signed-off-by: Muhammad Zamroni --- composer.json | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/composer.json b/composer.json index e330fc3..fe9ff45 100644 --- a/composer.json +++ b/composer.json @@ -16,10 +16,10 @@ } ], "require": { - "php": ">=5.5.0", - "illuminate/support": "5.*", - "illuminate/console": "5.*", - "illuminate/config": "5.*", + "php": ">=5.5.0|>=7.0", + "illuminate/support": "5.*|^6.0", + "illuminate/console": "5.*|^6.0", + "illuminate/config": "5.*|6.0", "banago/bridge": "~1.0.8", "jakeasmith/http_build_url": "~0.1.2" }, @@ -28,5 +28,10 @@ "Fadion\\Maneuver": "src/" } }, - "minimum-stability": "stable" -} \ No newline at end of file + "minimum-stability": "stable", + "config": { + "allow-plugins": { + "kylekatarnls/update-helper": true + } + } +}