Skip to content

Commit 0734610

Browse files
authored
Merge pull request #20 from DealerDirect/remove-behat
Removes Behat, since we do not use it.
2 parents 0175f89 + 438741b commit 0734610

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

.travis.yml

-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ script:
4343
- travis_wait 45 composer install --no-progress --no-suggest
4444
- yarn install --no-progress
4545
- yarn run test
46-
- ./vendor/bin/behat --version
4746
- ./vendor/bin/codecept --version
4847
- ./vendor/bin/composer -V
4948
- ./vendor/bin/dep -V

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)