We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1233f3 commit c1d91c7Copy full SHA for c1d91c7
1 file changed
composer.json
@@ -30,7 +30,6 @@
30
"friends-of-behat/symfony-extension": "^2.6",
31
"friends-of-behat/variadic-extension": "^1.6",
32
"payum/payum-bundle": "2.6.*",
33
- "phpspec/phpspec": "^8.0",
34
"phpstan/extension-installer": "^1.0",
35
"phpstan/phpstan": "^1.12",
36
"phpstan/phpstan-doctrine": "^1.3",
@@ -116,13 +115,11 @@
116
115
"ecs": "ecs check src/ tests/Behat/",
117
"phpstan": "phpstan analyse -c phpstan.neon -l max src/",
118
"phpunit": "phpunit",
119
- "phpspec": "phpspec run",
120
"behat": "behat --strict -vvv --no-interaction || behat --strict -vvv --no-interaction --rerun",
121
"suite": [
122
"@ecs",
123
"@phpstan",
124
"@phpunit",
125
- "@phpspec",
126
"@behat"
127
],
128
"auto-scripts": {
0 commit comments