Skip to content

Commit 295a0f5

Browse files
committed
PHP 7.4 support
1 parent eea014c commit 295a0f5

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ php:
44
- 7.1
55
- 7.2
66
- 7.3
7+
- 7.4
78

89
before_script:
910
- wget http://getcomposer.org/composer.phar

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "phpfui/html-unit-tester",
3-
"description": "PHPUnit Testing extensions for HMTL and CSS",
3+
"description": "PHPUnit Testing extensions for HMTL and CSS insures valid HTML and CSS via v.Nu validator",
44
"minimum-stability": "stable",
55
"keywords": ["PHPUnit","html","css","unit","test","testing","validation"],
66
"homepage": "https://github.com/phpfui/HTMLUnitTester",

0 commit comments

Comments
 (0)