Skip to content

Commit 2f593ce

Browse files
authored
build(meta): add parallel Pint (#633)
1 parent 911add1 commit 2f593ce

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"require-dev": {
2525
"guzzlehttp/guzzle": "^7.9.3",
2626
"guzzlehttp/psr7": "^2.7.1",
27-
"laravel/pint": "^1.22.0",
27+
"laravel/pint": "^1.24.0",
2828
"mockery/mockery": "^1.6.12",
2929
"nunomaduro/collision": "^8.8.0",
3030
"pestphp/pest": "^3.8.2|^4.0.0",
@@ -57,8 +57,8 @@
5757
}
5858
},
5959
"scripts": {
60-
"lint": "pint -v",
61-
"test:lint": "pint --test -v",
60+
"lint": "pint -v --parallel",
61+
"test:lint": "pint --test -v --parallel",
6262
"test:types": "phpstan analyse --ansi",
6363
"test:type-coverage": "pest --type-coverage --min=100",
6464
"test:unit": "pest --colors=always",

0 commit comments

Comments
 (0)