Skip to content

Commit 22978d0

Browse files
committed
Fix composer scripts
1 parent 106d617 commit 22978d0

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

composer.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,15 +93,13 @@
9393
"ecs": "vendor/bin/ecs check",
9494
"phpstan": "vendor/bin/phpstan analyse",
9595
"psalm": "vendor/bin/psalm",
96-
"phpspec": "vendor/bin/phpspec run --ansi -f progress --no-interaction",
9796
"unit": "vendor/bin/phpunit --colors=always",
9897
"behat": "vendor/bin/behat --colors --strict -vvv --no-interaction || vendor/bin/behat --colors --strict -vvv --no-interaction --rerun",
9998
"tests": [
10099
"composer validate --ansi --strict",
101100
"@ecs",
102101
"@phpstan",
103102
"@psalm",
104-
"@phpspec",
105103
"@unit",
106104
"@behat"
107105
]

0 commit comments

Comments
 (0)