File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 7
7
"php" : " >=8.0.2" ,
8
8
"ext-dom" : " *" ,
9
9
"ext-libxml" : " *" ,
10
- "symfony/http-client" : " ^5.4||^6.0 ||^7.0"
10
+ "symfony/http-client" : " ^5.4||^6.4 ||^7.0"
11
11
},
12
12
"authors" : [
13
13
{
14
14
"name" : " Gemorroj"
15
15
}
16
16
],
17
17
"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 "
20
20
},
21
21
"autoload" : {
22
22
"psr-4" : {
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ class CSSValidator
22
22
private Options $ options ;
23
23
private HttpClientInterface $ httpClient ;
24
24
25
- public function __construct (Options $ options = null , HttpClientInterface $ httpClient = null )
25
+ public function __construct (? Options $ options = null , ? HttpClientInterface $ httpClient = null )
26
26
{
27
27
$ this ->options = $ options ?: new Options ();
28
28
if (!$ httpClient ) {
You can’t perform that action at this time.
0 commit comments