File tree Expand file tree Collapse file tree 3 files changed +8
-5
lines changed Expand file tree Collapse file tree 3 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 33 - 7.2
44 - 7.3
55 - 7.4
6+ - 8.0
67env :
78 - dependencies=lowest
89 - dependencies=highest
Original file line number Diff line number Diff line change 66 "minimum-stability" : " dev" ,
77 "prefer-stable" : true ,
88 "require" : {
9- "php" : " ~7.1 " ,
9+ "php" : " ^7.2 || ^8.0 " ,
1010 "phpstan/phpstan" : " ^0.12" ,
1111 "typo3/cms-core" : " ^8.7 || ^9.5 || ^10.4 || 11.*.*@dev" ,
1212 "typo3/cms-extbase" : " ^8.7 || ^9.5 || ^10.4 || 11.*.*@dev"
1313 },
1414 "require-dev" : {
15- "consistence/coding-standard" : " ^3.8" ,
15+ "consistence-community /coding-standard" : " ^3.8" ,
1616 "dealerdirect/phpcodesniffer-composer-installer" : " ^0.7.1" ,
1717 "php-parallel-lint/php-parallel-lint" : " ^1.2" ,
18- "phing/phing" : " ^2.16.0" ,
18+ "phing/phing" : " ^2.16.4" ,
19+ "phpstan/phpstan" : " ^0.12.37" ,
1920 "phpstan/phpstan-strict-rules" : " ^0.12"
2021 },
2122 "autoload" : {
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" ?>
22<ruleset name =" PHPStan TYPO3" >
33 <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" />
57 <exclude name =" SlevomatCodingStandard.Commenting.InlineDocCommentDeclaration.InvalidFormat" />
6- <exclude name =" SlevomatCodingStandard.Namespaces.FullyQualifiedClassNameAfterKeyword" />
78 <exclude name =" SlevomatCodingStandard.Namespaces.FullyQualifiedClassNameInAnnotation" />
89 <exclude name =" SlevomatCodingStandard.Namespaces.ReferenceUsedNamesOnly" />
910 <exclude name =" Consistence.Exceptions.ExceptionDeclaration" />
You can’t perform that action at this time.
0 commit comments