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-normalize
1 parent 17e1eb4 commit 7d7894fCopy full SHA for 7d7894f
1 file changed
composer.json
@@ -69,13 +69,13 @@
69
"@php ./bin/update-all-versions",
70
"XDEBUG_MODE=off pest --update-snapshots"
71
],
72
- "pest": "pest",
73
- "pest:e2e": "XDEBUG_MODE=off pest --group=e2e",
74
- "pest:feature": "pest --group=feature",
75
- "pest:unit": "pest --group=unit",
76
"lint": [
77
"pint --test",
78
"phpstan analyse"
79
- ]
+ ],
+ "pest": "pest",
+ "pest:e2e": "XDEBUG_MODE=off pest --group=e2e",
+ "pest:feature": "pest --group=feature",
+ "pest:unit": "pest --group=unit"
80
}
81
0 commit comments