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.
composer remove --dev laravel/pint
1 parent ecf8c5f commit 7f14fb4Copy full SHA for 7f14fb4
composer.json
@@ -33,7 +33,6 @@
33
"symfony/console": "^7.2.1"
34
},
35
"require-dev": {
36
- "laravel/pint": "^1.18.3",
37
"mockery/mockery": "^1.6.12",
38
"pestphp/pest": "^3.7.1",
39
"roave/security-advisories": "dev-latest"
@@ -56,7 +55,6 @@
56
55
"@php ./bin/update-all-versions",
57
"XDEBUG_MODE=off pest --update-snapshots"
58
],
59
- "pint": "pint",
60
"pest": "pest",
61
"pest:e2e": "XDEBUG_MODE=off pest --group=e2e",
62
"pest:feature": "pest --group=feature",
0 commit comments