From 29ef27395eda6258641650380753141f949634af Mon Sep 17 00:00:00 2001 From: Simon Wisselink Date: Tue, 24 Jan 2023 14:04:50 +0100 Subject: [PATCH] Fix syntax error --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 8a46062..16c14e7 100644 --- a/composer.json +++ b/composer.json @@ -35,5 +35,5 @@ }, "require": { "php": "^7.1 || ^8.0" - }, + } }