Skip to content

Commit a35325b

Browse files
committed
build: upd deps
1 parent a306353 commit a35325b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,16 @@
77
"php": ">=8.0.2",
88
"ext-dom": "*",
99
"ext-libxml": "*",
10-
"symfony/http-client": "^5.4||^6.0||^7.0"
10+
"symfony/http-client": "^5.4||^6.4||^7.0"
1111
},
1212
"authors": [
1313
{
1414
"name": "Gemorroj"
1515
}
1616
],
1717
"require-dev": {
18-
"phpunit/phpunit": "^9.6",
19-
"friendsofphp/php-cs-fixer": "^3.68"
18+
"phpunit/phpunit": "^9.6.22",
19+
"friendsofphp/php-cs-fixer": "^3.68.5"
2020
},
2121
"autoload": {
2222
"psr-4": {

src/CSSValidator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ class CSSValidator
2222
private Options $options;
2323
private HttpClientInterface $httpClient;
2424

25-
public function __construct(Options $options = null, HttpClientInterface $httpClient = null)
25+
public function __construct(?Options $options = null, ?HttpClientInterface $httpClient = null)
2626
{
2727
$this->options = $options ?: new Options();
2828
if (!$httpClient) {

0 commit comments

Comments
 (0)