You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-3
Original file line number
Diff line number
Diff line change
@@ -3,9 +3,6 @@
3
3
[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.
4
4
5
5
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
9
6
10
7
For the best performanance, a local install of [https://github.com/validator/validator](https://github.com/validator/validator) is recommended.
11
8
## Installation
@@ -67,3 +64,10 @@ See [examples](https://github.com/phpfui/HTMLUnitTester/blob/master/tests/UnitTe
67
64
## Documentation
68
65
69
66
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.
0 commit comments