We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 911add1 commit 2f593ceCopy full SHA for 2f593ce
composer.json
@@ -24,7 +24,7 @@
24
"require-dev": {
25
"guzzlehttp/guzzle": "^7.9.3",
26
"guzzlehttp/psr7": "^2.7.1",
27
- "laravel/pint": "^1.22.0",
+ "laravel/pint": "^1.24.0",
28
"mockery/mockery": "^1.6.12",
29
"nunomaduro/collision": "^8.8.0",
30
"pestphp/pest": "^3.8.2|^4.0.0",
@@ -57,8 +57,8 @@
57
}
58
},
59
"scripts": {
60
- "lint": "pint -v",
61
- "test:lint": "pint --test -v",
+ "lint": "pint -v --parallel",
+ "test:lint": "pint --test -v --parallel",
62
"test:types": "phpstan analyse --ansi",
63
"test:type-coverage": "pest --type-coverage --min=100",
64
"test:unit": "pest --colors=always",
0 commit comments