From e930cd53e369f687af0c29195dc27f4f7d630721 Mon Sep 17 00:00:00 2001 From: Bruce Wells Date: Wed, 27 Oct 2021 17:00:48 -0400 Subject: [PATCH] Update Readme.md to reflect PHP support --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6e444be..652592a 100644 --- a/README.md +++ b/README.md @@ -3,9 +3,6 @@ [PHPUnit](https://phpunit.de/) Testing extensions for HMTL and CSS. **PHPFUI\HTMLUnitTester** allows you to unit test HTML and CSS for errors and warnings. Often simple errors in HTML or CSS create hard to debug issues where a simple check will reveal bad code. This package will check detect errors and warnings in HTML and CSS in stand alone strings, files, entire directories or urls. -# Requirements -- PHP 7.1 or higher -- PHPUnit 7 or higher For the best performanance, a local install of [https://github.com/validator/validator](https://github.com/validator/validator) is recommended. ## Installation @@ -67,3 +64,10 @@ See [examples](https://github.com/phpfui/HTMLUnitTester/blob/master/tests/UnitTe ## Documentation Full documentation at [PHPFUI\HTMLUnitTester](http://phpfui.com/?p=d&n=PHPFUI%5CHTMLUnitTester) + +## License +PHPFUI\HTMLUnitTester is distributed under the MIT License. + +### PHP Versions +This library only supports **modern** versions of PHP which still receive security updates. While we would love to support PHP from the late Ming Dynasty, the advantages of modern PHP versions far out weigh quaint notions of backward compatibility. Time to upgrade. +