From 9943e7765b504707726e6b39600d98a369d7421c Mon Sep 17 00:00:00 2001 From: Frederik Bosch Date: Mon, 3 May 2021 09:24:44 +0200 Subject: [PATCH] readme mentions php compatibility --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index dc6fb568..ceaabf46 100644 --- a/README.md +++ b/README.md @@ -36,11 +36,10 @@ The documentation is available at http://moneyphp.org ## Requirements -This library requires the BCMath PHP extension. There might be -additional dependencies for specific feature, e.g. the Swap exchange implementation, check the documentation for more information. +This library requires the BCMath PHP extension. There might be additional dependencies for specific feature, e.g. the +Swap exchange implementation, check the documentation for more information. -MoneyPHP will not provide any support to PHP versions that are -[not supported by the language itself](http://php.net/supported-versions.php). +Version 4 is compatible with PHP 8.0. For older version of PHP, use version 3 of this library. ## Install