File tree 4 files changed +10
-19
lines changed
4 files changed +10
-19
lines changed Original file line number Diff line number Diff line change 12
12
fail-fast : false
13
13
matrix :
14
14
include :
15
- - typo3-version : " ^10.4"
16
- php-version : " 7.2"
17
- composer-flags : " "
18
- - typo3-version : " ^10.4"
19
- php-version : " 7.2"
20
- composer-flags : " --prefer-lowest"
21
- - typo3-version : " ^10.4"
22
- php-version : " 7.3"
23
- composer-flags : " "
24
- - typo3-version : " ^10.4"
25
- php-version : " 7.3"
26
- composer-flags : " --prefer-lowest"
27
15
- typo3-version : " ^10.4"
28
16
php-version : " 7.4"
29
17
composer-flags : " "
Original file line number Diff line number Diff line change 37
37
passthru=" true"
38
38
checkreturn=" true"
39
39
>
40
+ <arg line =" --runtime-set php_version 70400" />
40
41
</exec >
41
42
</target >
42
43
46
47
logoutput=" true"
47
48
passthru=" true"
48
49
checkreturn=" true"
50
+ level=" error"
49
51
>
52
+ <arg line =" --runtime-set php_version 70400" />
50
53
</exec >
51
54
</target >
52
55
Original file line number Diff line number Diff line change 8
8
"minimum-stability" : " dev" ,
9
9
"prefer-stable" : true ,
10
10
"require" : {
11
- "php" : " ^7.2 || ^8.0" ,
11
+ "php" : " ^7.4 || ^8.0" ,
12
12
"phpstan/phpstan" : " ^1.8.9" ,
13
13
"nikic/php-parser" : " ^4.15.1" ,
14
- "typo3/cms-core" : " ^10.4 || ^11.5 || ^12.3 " ,
15
- "typo3/cms-extbase" : " ^10.4 || ^11.5 || ^12.3 " ,
14
+ "typo3/cms-core" : " ^10.4 || ^11.5 || ^12.4 " ,
15
+ "typo3/cms-extbase" : " ^10.4 || ^11.5 || ^12.4 " ,
16
16
"bnf/phpstan-psr-container" : " ^1.0" ,
17
17
"composer/semver" : " ^3.3"
18
18
},
19
19
"require-dev" : {
20
- "consistence-community/coding-standard" : " ^3.10 .1" ,
21
- "slevomat/coding-standard" : " ^6.4 .1" ,
20
+ "consistence-community/coding-standard" : " ^3.11 .1" ,
21
+ "slevomat/coding-standard" : " ^7.2 .1" ,
22
22
"dealerdirect/phpcodesniffer-composer-installer" : " ^0.7.2" ,
23
23
"php-parallel-lint/php-parallel-lint" : " ^1.3.2" ,
24
24
"phing/phing" : " ^2.17.4" ,
Original file line number Diff line number Diff line change 11
11
<rule ref =" vendor/consistence-community/coding-standard/Consistence/ruleset.xml" >
12
12
<exclude name =" SlevomatCodingStandard.Commenting.InlineDocCommentDeclaration.InvalidFormat" />
13
13
<exclude name =" SlevomatCodingStandard.Commenting.InlineDocCommentDeclaration.MissingVariable" />
14
- <exclude name =" SlevomatCodingStandard.Namespaces.FullyQualifiedClassNameAfterKeyword" />
15
14
<exclude name =" SlevomatCodingStandard.Namespaces.FullyQualifiedClassNameInAnnotation" />
16
15
<exclude name =" SlevomatCodingStandard.Namespaces.ReferenceUsedNamesOnly" />
17
16
<exclude name =" Consistence.Exceptions.ExceptionDeclaration" />
26
25
</rule >
27
26
<rule ref =" SlevomatCodingStandard.TypeHints.DeclareStrictTypes" >
28
27
<properties >
29
- <property name =" newlinesCountBetweenOpenTagAndDeclare" value =" 0" />
28
+ <property name =" declareOnFirstLine" value =" true" />
29
+ <property name =" linesCountAfterDeclare" value =" 1" />
30
30
</properties >
31
31
</rule >
32
32
<rule ref =" SlevomatCodingStandard.TypeHints.ParameterTypeHint" >
You can’t perform that action at this time.
0 commit comments