Skip to content

Commit 438741b

Browse files
committed
Removes Behat, since we do not use it.
1 parent d9751d1 commit 438741b

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

composer.json

+3-5
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,11 @@
2424
},
2525
"require": {
2626
"php": ">=5.6,<8.0-dev",
27-
"behat/behat": "^3.1.0",
28-
"behat/mink": "^1.7.0",
29-
"behat/mink-goutte-driver": "^1.2.0",
3027
"brianium/paratest": ">=0.14.0,<1.0.0",
3128
"codeception/codeception": "^2.2.0",
3229
"dealerdirect/phpcodesniffer-composer-installer": "^0.4.0",
3330
"deployer/deployer": "^4.0.0",
3431
"deployer/recipes": "^4.0.0",
35-
"wimg/php-compatibility": "^8.0.0",
3632
"friendsofphp/php-cs-fixer": "^2.0.0",
3733
"hirak/prestissimo": "^0.3",
3834
"jakub-onderka/php-parallel-lint": ">=0.9.1,<1.0.0",
@@ -50,10 +46,12 @@
5046
"seld/jsonlint": "^1.4.0",
5147
"sensiolabs/security-checker": "^4.0",
5248
"sllh/composer-versions-check": "^2.0.0",
53-
"squizlabs/php_codesniffer": "^3.0.2"
49+
"squizlabs/php_codesniffer": "^3.0.2",
50+
"wimg/php-compatibility": "^8.0.0"
5451
},
5552
"suggest": {
5653
"apigen/apigen": "Smart and Readable Documentation for your PHP project.",
54+
"behat/behat": "Scenario-oriented BDD framework",
5755
"mayflower/php-codebrowser": "A code browser that augments the code with information from various QA tools.",
5856
"mockery/mockery": "A simple yet flexible PHP mock object framework",
5957
"phpdocumentor/phpdocumentor": "Documentation generator for PHP.",

0 commit comments

Comments
 (0)