File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 88 "sort-packages" : true ,
99 "allow-plugins" : {
1010 "phpstan/extension-installer" : true
11- }
11+ },
12+ "lock" : false
1213 },
1314 "require" : {
1415 "php" : " >=8.1" ,
2223 "squizlabs/php_codesniffer" : " ^3.6" ,
2324 "phpmd/phpmd" : " ^2.14" ,
2425 "phpunit/phpunit" : " ^9.6" ,
25- "phpstan/phpstan" : " ^1.10 " ,
26- "phpstan/phpstan-phpunit" : " ^1.3 " ,
27- "phpstan/phpstan-strict-rules" : " ^1.5 " ,
26+ "phpstan/phpstan" : " ^2.0 " ,
27+ "phpstan/phpstan-phpunit" : " ^2.0 " ,
28+ "phpstan/phpstan-strict-rules" : " ^2.0 " ,
2829 "phpstan/extension-installer" : " ^1.3"
2930 },
3031 "autoload" : {
Original file line number Diff line number Diff line change 77
88class InputConstraint extends Constraint
99{
10+ /** @var string */
1011 public const WRONG_VALUE_TYPE = '67ff49d5-9a61-47ad-80f1-960fd2beab6f ' ;
1112
1213 protected const ERROR_NAMES = [self ::WRONG_VALUE_TYPE => 'WRONG_VALUE_TYPE ' ,];
You can’t perform that action at this time.
0 commit comments