We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 106d617 commit 22978d0Copy full SHA for 22978d0
1 file changed
composer.json
@@ -93,15 +93,13 @@
93
"ecs": "vendor/bin/ecs check",
94
"phpstan": "vendor/bin/phpstan analyse",
95
"psalm": "vendor/bin/psalm",
96
- "phpspec": "vendor/bin/phpspec run --ansi -f progress --no-interaction",
97
"unit": "vendor/bin/phpunit --colors=always",
98
"behat": "vendor/bin/behat --colors --strict -vvv --no-interaction || vendor/bin/behat --colors --strict -vvv --no-interaction --rerun",
99
"tests": [
100
"composer validate --ansi --strict",
101
"@ecs",
102
"@phpstan",
103
"@psalm",
104
- "@phpspec",
105
"@unit",
106
"@behat"
107
]
0 commit comments