Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 2f593ce

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

File tree

Expand file treeCollapse file tree

1 file changed

+3
-3
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+3
-3
lines changed
Open diff view settings
Collapse file

‎composer.json‎

Copy file name to clipboardExpand all lines: composer.json
+3-3Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.