We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d48a50 commit 5d4e3aeCopy full SHA for 5d4e3ae
2 files changed
composer.json
@@ -13,7 +13,7 @@
13
}
14
],
15
"require-dev": {
16
- "phpunit/phpunit": "^9.5",
+ "phpunit/phpunit": "^9.5.16",
17
"friendsofphp/php-cs-fixer": "^3.0"
18
},
19
"autoload": {
src/HTMLValidator.php
@@ -17,7 +17,7 @@ class HTMLValidator
*
* @var string
*/
20
- private $validatorUri = 'http://validator.w3.org/nu/';
+ private $validatorUri = 'https://validator.w3.org/nu/';
21
22
/**
23
* @var Options
0 commit comments