File tree 10 files changed +9
-10
lines changed
10 files changed +9
-10
lines changed Original file line number Diff line number Diff line change 7
7
strategy :
8
8
matrix :
9
9
operating-system : [ubuntu-latest]
10
- php-versions : ['8.0 ', '8.1 ']
10
+ php-versions : ['8.1 ', '8.2 ']
11
11
fail-fast : false
12
12
name : PHP ${{ matrix.php-versions }} @ ${{ matrix.operating-system }}
13
13
steps :
Original file line number Diff line number Diff line change 7
7
strategy :
8
8
matrix :
9
9
operating-system : [ubuntu-latest]
10
- php-versions : ['8.0 ', '8.1 ']
10
+ php-versions : ['8.1 ', '8.2 ']
11
11
fail-fast : false
12
12
name : PHP ${{ matrix.php-versions }} @ ${{ matrix.operating-system }}
13
13
steps :
Original file line number Diff line number Diff line change 7
7
strategy :
8
8
matrix :
9
9
operating-system : [ubuntu-latest]
10
- php-versions : ['8.0 ', '8.1 ']
10
+ php-versions : ['8.1 ', '8.2 ']
11
11
fail-fast : false
12
12
name : PHP ${{ matrix.php-versions }} @ ${{ matrix.operating-system }}
13
13
steps :
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<phive xmlns =" https://phar.io/phive" >
3
- <phar name =" psalm" version =" ^4.13.1 " installed =" 4.13.1 " location =" ./tools/psalm.phar" copy =" true" />
4
- <phar name =" php-cs-fixer" version =" ^3.3.2 " installed =" 3.3.2 " location =" ./tools/php-cs-fixer.phar" copy =" true" />
3
+ <phar name =" psalm" version =" ^4.30.0 " installed =" 4.30.0 " location =" ./tools/psalm.phar" copy =" true" />
4
+ <phar name =" php-cs-fixer" version =" ^3.13.0 " installed =" 3.13.0 " location =" ./tools/php-cs-fixer.phar" copy =" true" />
5
5
</phive >
Original file line number Diff line number Diff line change 20
20
}
21
21
],
22
22
"require" : {
23
- "php" : " ^8 .0" ,
23
+ "php" : " ~8.1.0 || ~8.2 .0" ,
24
24
"ext-dom" : " *" ,
25
- "veewee/xml" : " ^1.0 "
25
+ "veewee/xml" : " ^2.2 "
26
26
},
27
27
"require-dev" : {
28
28
"phpunit/phpunit" : " ^9.5"
Original file line number Diff line number Diff line change 2
2
<psalm
3
3
errorLevel =" 1"
4
4
resolveFromConfigFile =" true"
5
- forbidEcho =" true"
6
5
strictBinaryOperands =" true"
7
6
phpVersion =" 8.0"
8
7
allowStringToStandInForClass =" true"
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ public function __invoke(DOMNode $node): DOMNode
37
37
namespaced_element (
38
38
$ this ->namespace ,
39
39
$ this ->name ,
40
- ...$ this ->configurators
40
+ ...$ this ->configurators ,
41
41
)
42
42
)($ node );
43
43
}
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ public function __invoke(DOMNode $node): DOMNode
35
35
return namespaced_element (
36
36
root_namespace_uri ()($ document ) ?? '' ,
37
37
'soap:Header ' ,
38
- ...$ this ->configurators
38
+ ...$ this ->configurators ,
39
39
)($ node );
40
40
}
41
41
}
You can’t perform that action at this time.
0 commit comments