2222 "illuminate/contracts" : " ^9.0"
2323 },
2424 "require-dev" : {
25+ "laravel/pint" : " ^1.0" ,
2526 "nunomaduro/collision" : " ^6.0" ,
2627 "nunomaduro/larastan" : " ^2.0.1" ,
2728 "orchestra/testbench" : " ^7.0" ,
2829 "pestphp/pest" : " ^1.21" ,
2930 "pestphp/pest-plugin-laravel" : " ^1.1" ,
31+ "pestphp/pest-plugin-livewire" : " ^1.0" ,
32+ "pestphp/pest-plugin-parallel" : " ^0.3" ,
3033 "phpstan/extension-installer" : " ^1.1" ,
3134 "phpstan/phpstan-deprecation-rules" : " ^1.0" ,
3235 "phpstan/phpstan-phpunit" : " ^1.0" ,
4548 }
4649 },
4750 "scripts" : {
48- "analyse" : " vendor/bin/phpstan analyse" ,
49- "test" : " vendor/bin/pest" ,
50- "test-coverage" : " vendor/bin/pest coverage"
51+ "pint" : " vendor/bin/pint" ,
52+ "test:pest" : " vendor/bin/pest --parallel" ,
53+ "test:phpstan" : " vendor/bin/phpstan analyse" ,
54+ "test" : [
55+ " @test:pest" ,
56+ " @test:phpstan"
57+ ]
5158 },
5259 "config" : {
53- "sort-packages" : true
60+ "sort-packages" : true ,
61+ "allow-plugins" : {
62+ "composer/package-versions-deprecated" : true ,
63+ "pestphp/pest-plugin" : true ,
64+ "phpstan/extension-installer" : true
65+ }
5466 },
5567 "extra" : {
5668 "laravel" : {
6476 },
6577 "minimum-stability" : " dev" ,
6678 "prefer-stable" : true
67- }
79+ }
0 commit comments