Skip to content

Commit 5af65c3

Browse files
committed
update
1 parent 358038b commit 5af65c3

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

composer.json

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
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",
@@ -43,11 +43,14 @@
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,

0 commit comments

Comments
 (0)