Skip to content

Commit 5d4e3ae

Browse files
committed
fix: use https
1 parent 8d48a50 commit 5d4e3ae

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
}
1414
],
1515
"require-dev": {
16-
"phpunit/phpunit": "^9.5",
16+
"phpunit/phpunit": "^9.5.16",
1717
"friendsofphp/php-cs-fixer": "^3.0"
1818
},
1919
"autoload": {

src/HTMLValidator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ class HTMLValidator
1717
*
1818
* @var string
1919
*/
20-
private $validatorUri = 'http://validator.w3.org/nu/';
20+
private $validatorUri = 'https://validator.w3.org/nu/';
2121

2222
/**
2323
* @var Options

0 commit comments

Comments
 (0)