From eccfa7ec21ad00687c0c7292778d4e1596660d2d Mon Sep 17 00:00:00 2001
From: Laurent Destailleur <eldy@destailleur.fr>
Date: Sun, 5 Jan 2014 12:54:29 +0100
Subject: [PATCH] Fix: Wrong prerequisite on PHP version

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

diff --git a/README.md b/README.md
index bad4d47ffc2..a5560af54f2 100644
--- a/README.md
+++ b/README.md
@@ -116,7 +116,7 @@ See ChangeLog file found into package.
 - Several skins.
 - Code is highly customizable (a lot of use of modules and submodules).
 - Works with Mysql 4.1 or higher, or PostgreSql 8.14 or higher.
-- Works with PHP 5.0 or higher.
+- Works with PHP 5.2.1 or higher.
 - An easy to understand and maintain code (PHP with no heavy frameworks).
 - A trigger architecture to allow you to make Dolibarr business events run PHP code to update your own information system.
 - "NPR VAT Rate" (French particularity for managing VAT in DOM-TOM called "Non Perçue Récupérable").
-- 
GitLab