From ce78cda2121444376d127911d0c4e3b6eb485c6b Mon Sep 17 00:00:00 2001
From: Guinness <guinness@crans.org>
Date: Thu, 12 Nov 2020 16:45:23 +0100
Subject: [PATCH] Update PHP version documentation

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 370b900..8166eef 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** currently
 * **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 
-- 
GitLab