From 818c1427e34215cab203d28b2676bf454bf87919 Mon Sep 17 00:00:00 2001
From: Sebastian Castro <sebastian.castro@protonmail.com>
Date: Wed, 20 Jan 2021 14:09:21 +0100
Subject: [PATCH] Back to Php 7.3

works fine with 7.4 also, but allow 7.3 installs
---
 composer.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/composer.json b/composer.json
index 46b39c0bc..70faa5b95 100755
--- a/composer.json
+++ b/composer.json
@@ -4,7 +4,7 @@
     "license": "AGPL-3",
     "type": "project",
     "require": {
-        "php": "^7.4",
+        "php": "^7.3",
         "alcaeus/mongo-php-adapter": "^1.1",
         "doctrine/data-fixtures": "^1.4",
         "doctrine/doctrine-bundle": "2.0.7",
-- 
GitLab