File tree 3 files changed +7
-5
lines changed
3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 3
3
- 7.2
4
4
- 7.3
5
5
- 7.4
6
+ - 8.0
6
7
env :
7
8
- dependencies=lowest
8
9
- dependencies=highest
Original file line number Diff line number Diff line change 6
6
"minimum-stability" : " dev" ,
7
7
"prefer-stable" : true ,
8
8
"require" : {
9
- "php" : " ~7.1 " ,
9
+ "php" : " ^7.2 || ^8.0 " ,
10
10
"phpstan/phpstan" : " ^0.12" ,
11
11
"typo3/cms-core" : " ^8.7 || ^9.5 || ^10.4 || 11.*.*@dev" ,
12
12
"typo3/cms-extbase" : " ^8.7 || ^9.5 || ^10.4 || 11.*.*@dev"
13
13
},
14
14
"require-dev" : {
15
- "consistence/coding-standard" : " ^3.8" ,
15
+ "consistence-community /coding-standard" : " ^3.8" ,
16
16
"dealerdirect/phpcodesniffer-composer-installer" : " ^0.7.1" ,
17
17
"php-parallel-lint/php-parallel-lint" : " ^1.2" ,
18
- "phing/phing" : " ^2.16.0 " ,
18
+ "phing/phing" : " ^2.16.4 " ,
19
19
"phpstan/phpstan-strict-rules" : " ^0.12"
20
20
},
21
21
"autoload" : {
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" ?>
2
2
<ruleset name =" PHPStan TYPO3" >
3
3
<config name =" php_version" value =" 70200" />
4
- <rule ref =" vendor/consistence/coding-standard/Consistence/ruleset.xml" >
4
+ <rule ref =" vendor/consistence-community/coding-standard/Consistence/ruleset.xml" >
5
+ <exclude name =" SlevomatCodingStandard.Namespaces.FullyQualifiedClassNameAfterKeyword.NonFullyQualifiedImplements" />
6
+ <exclude name =" SlevomatCodingStandard.TypeHints.DeclareStrictTypes.IncorrectWhitespaceBeforeDeclare" />
5
7
<exclude name =" SlevomatCodingStandard.Commenting.InlineDocCommentDeclaration.InvalidFormat" />
6
- <exclude name =" SlevomatCodingStandard.Namespaces.FullyQualifiedClassNameAfterKeyword" />
7
8
<exclude name =" SlevomatCodingStandard.Namespaces.FullyQualifiedClassNameInAnnotation" />
8
9
<exclude name =" SlevomatCodingStandard.Namespaces.ReferenceUsedNamesOnly" />
9
10
<exclude name =" Consistence.Exceptions.ExceptionDeclaration" />
You can’t perform that action at this time.
0 commit comments