Skip to content

Commit c1d91c7

Browse files
committed
Remove spec tests
1 parent f1233f3 commit c1d91c7

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

composer.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@
3030
"friends-of-behat/symfony-extension": "^2.6",
3131
"friends-of-behat/variadic-extension": "^1.6",
3232
"payum/payum-bundle": "2.6.*",
33-
"phpspec/phpspec": "^8.0",
3433
"phpstan/extension-installer": "^1.0",
3534
"phpstan/phpstan": "^1.12",
3635
"phpstan/phpstan-doctrine": "^1.3",
@@ -116,13 +115,11 @@
116115
"ecs": "ecs check src/ tests/Behat/",
117116
"phpstan": "phpstan analyse -c phpstan.neon -l max src/",
118117
"phpunit": "phpunit",
119-
"phpspec": "phpspec run",
120118
"behat": "behat --strict -vvv --no-interaction || behat --strict -vvv --no-interaction --rerun",
121119
"suite": [
122120
"@ecs",
123121
"@phpstan",
124122
"@phpunit",
125-
"@phpspec",
126123
"@behat"
127124
],
128125
"auto-scripts": {

0 commit comments

Comments
 (0)