Skip to content

Commit e930cd5

Browse files
committed
Update Readme.md to reflect PHP support
1 parent 056f8f2 commit e930cd5

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

README.md

+7-3
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@
33
[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.
44

55
This package will check detect errors and warnings in HTML and CSS in stand alone strings, files, entire directories or urls.
6-
# Requirements
7-
- PHP 7.1 or higher
8-
- PHPUnit 7 or higher
96

107
For the best performanance, a local install of [https://github.com/validator/validator](https://github.com/validator/validator) is recommended.
118
## Installation
@@ -67,3 +64,10 @@ See [examples](https://github.com/phpfui/HTMLUnitTester/blob/master/tests/UnitTe
6764
## Documentation
6865

6966
Full documentation at [PHPFUI\HTMLUnitTester](http://phpfui.com/?p=d&n=PHPFUI%5CHTMLUnitTester)
67+
68+
## License
69+
PHPFUI\HTMLUnitTester is distributed under the MIT License.
70+
71+
### PHP Versions
72+
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.
73+

0 commit comments

Comments
 (0)