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 8
8
"sort-packages" : true ,
9
9
"allow-plugins" : {
10
10
"phpstan/extension-installer" : true
11
- }
11
+ },
12
+ "lock" : false
12
13
},
13
14
"require" : {
14
15
"php" : " >=8.1" ,
22
23
"squizlabs/php_codesniffer" : " ^3.6" ,
23
24
"phpmd/phpmd" : " ^2.14" ,
24
25
"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 " ,
28
29
"phpstan/extension-installer" : " ^1.3"
29
30
},
30
31
"autoload" : {
Original file line number Diff line number Diff line change 7
7
8
8
class InputConstraint extends Constraint
9
9
{
10
+ /** @var string */
10
11
public const WRONG_VALUE_TYPE = '67ff49d5-9a61-47ad-80f1-960fd2beab6f ' ;
11
12
12
13
protected const ERROR_NAMES = [self ::WRONG_VALUE_TYPE => 'WRONG_VALUE_TYPE ' ,];
You can’t perform that action at this time.
0 commit comments