From 5b159eb97c00237ea70ef6ecb0f6e52791548316 Mon Sep 17 00:00:00 2001
From: Bastien Le Querrec <blq@laquadrature.net>
Date: Mon, 9 Nov 2020 12:07:49 +0100
Subject: [PATCH] update minimum PHP version in composer config and README

---
 README.md     | 2 +-
 composer.json | 2 +-
 composer.lock | 4 ++--
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md
index 370b900..6cb79cb 100644
--- a/README.md
+++ b/README.md
@@ -44,7 +44,7 @@ and for developers you may also need :
 
 This software uses:
 
-* **PHP5.6** currently (migration to PHP7.x is in the pipe)
+* **PHP7.3**
 * **phinx** to inject database schema and initial data / accounts into MySQL see https://phinx.org/ 
 * **php-cs-fixer** to check php code for errors and fix coding standard issues, see https://github.com/FriendsOfPHP/PHP-CS-Fixer
 * **doctrine/dbal** as ORM see https://github.com/doctrine/dbal 
diff --git a/composer.json b/composer.json
index dd3aec8..725a3d0 100644
--- a/composer.json
+++ b/composer.json
@@ -27,7 +27,7 @@
     "config": {
         "preferred-install": "dist",
         "platform": {
-            "php": "5.6.27"
+            "php": "7.3.0"
         }
     }
 }
diff --git a/composer.lock b/composer.lock
index af99222..d265d0e 100644
--- a/composer.lock
+++ b/composer.lock
@@ -4,7 +4,7 @@
         "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
         "This file is @generated automatically"
     ],
-    "content-hash": "819b8e04d23484e5101e80999d2258c6",
+    "content-hash": "fb8f251d5cea69faf768853f17539aae",
     "packages": [
         {
             "name": "bcosca/fatfree",
@@ -4806,7 +4806,7 @@
     "platform": [],
     "platform-dev": [],
     "platform-overrides": {
-        "php": "5.6.27"
+        "php": "7.3.0"
     },
     "plugin-api-version": "1.1.0"
 }
-- 
GitLab