File tree Expand file tree Collapse file tree 3 files changed +9
-8
lines changed
Expand file tree Collapse file tree 3 files changed +9
-8
lines changed Original file line number Diff line number Diff line change 33 "allow" : [
44 " Bash(composer require:*)" ,
55 " Bash(composer update:*)" ,
6- " Bash(composer test:*)"
6+ " Bash(composer test:*)" ,
7+ " Bash(composer analyse:*)"
78 ],
89 "deny" : [],
910 "ask" : []
Original file line number Diff line number Diff line change 2222 "spatie/laravel-package-tools" : " ^1.14"
2323 },
2424 "require-dev" : {
25- "larastan/larastan " : " ^2.9 " ,
25+ "laravel/framework " : " 12.* " ,
2626 "laravel/pint" : " ^1.6" ,
2727 "nunomaduro/collision" : " ^7.0|^8.0" ,
28- "orchestra/testbench" : " ^8.0|^9.0 " ,
28+ "orchestra/testbench" : " 10.* " ,
2929 "pestphp/pest" : " ^2.0|^3.0" ,
3030 "pestphp/pest-plugin-laravel" : " ^2.0|^3.0" ,
3131 "phpstan/extension-installer" : " ^1.1" ,
32- "phpstan/phpstan-deprecation-rules" : " ^1.0" ,
33- "phpstan/phpstan-phpunit" : " ^1.0" ,
32+ "phpstan/phpstan" : " ^1.10|^2.0" ,
33+ "phpstan/phpstan-deprecation-rules" : " ^1.0|^2.0" ,
34+ "phpstan/phpstan-phpunit" : " ^1.0|^2.0" ,
3435 "phpunit/phpunit" : " ^9.5|^10.0|^11.0" ,
3536 "spatie/laravel-ray" : " ^1.26"
3637 },
Original file line number Diff line number Diff line change @@ -8,7 +8,6 @@ parameters:
88 - config
99 - database
1010 tmpDir: build/phpstan
11- checkOctaneCompatibility: true
12- checkModelProperties: true
13- checkMissingIterableValueType: false
11+ excludePaths:
12+ - vendor
1413
You can’t perform that action at this time.
0 commit comments