File tree Expand file tree Collapse file tree 1 file changed +9
-6
lines changed Expand file tree Collapse file tree 1 file changed +9
-6
lines changed Original file line number Diff line number Diff line change 2222 "laravel/pint" : " ^1.2" ,
2323 "pestphp/pest" : " ^2.7" ,
2424 "pestphp/pest-plugin-arch" : " ^2.2" ,
25- "phpbench/phpbench" : " ^1.2 " ,
25+ "phpbench/phpbench" : " dev-master " ,
2626 "phpstan/extension-installer" : " ^1.3" ,
2727 "phpstan/phpstan" : " ^2.0" ,
2828 "phpstan/phpstan-deprecation-rules" : " ^2.0" ,
4343 }
4444 },
4545 "scripts" : {
46- "test" : " vendor/bin/pest" ,
47- "test-coverage" : " vendor/bin/pest --coverage" ,
48- "lint" : " vendor/bin/pint && vendor/bin/phpstan analyse" ,
49- "benchmark" : " vendor/bin/phpbench run --report=aggregate --php-config=\" opcache.enable: 1, opcache.enable_cli: 1\" " ,
50- "profile" : " vendor/bin/phpbench xdebug:profile"
46+ "test" : " pest" ,
47+ "test-coverage" : " pest --coverage" ,
48+ "lint" : [
49+ " pint" ,
50+ " phpstan analyse"
51+ ],
52+ "benchmark" : " phpbench run --report=aggregate --php-config=\" opcache.enable: 1, opcache.enable_cli: 1\" " ,
53+ "profile" : " phpbench xdebug:profile"
5154 },
5255 "config" : {
5356 "sort-packages" : true ,
You can’t perform that action at this time.
0 commit comments