From d9751d1e424265354bf10132b391b60663e2eaad Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Tue, 15 Aug 2017 12:11:40 +0200 Subject: [PATCH 1/2] Removal of behat from TravisCI build --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index cbf2a09..0089eb3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -43,7 +43,6 @@ script: - travis_wait 45 composer install --no-progress --no-suggest - yarn install --no-progress - yarn run test - - ./vendor/bin/behat --version - ./vendor/bin/codecept --version - ./vendor/bin/composer -V - ./vendor/bin/dep -V From 438741b0b5ce87542d9962595579db5d50197303 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Tue, 15 Aug 2017 11:28:26 +0200 Subject: [PATCH 2/2] Removes Behat, since we do not use it. --- composer.json | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/composer.json b/composer.json index cfa08af..820c0b2 100644 --- a/composer.json +++ b/composer.json @@ -24,15 +24,11 @@ }, "require": { "php": ">=5.6,<8.0-dev", - "behat/behat": "^3.1.0", - "behat/mink": "^1.7.0", - "behat/mink-goutte-driver": "^1.2.0", "brianium/paratest": ">=0.14.0,<1.0.0", "codeception/codeception": "^2.2.0", "dealerdirect/phpcodesniffer-composer-installer": "^0.4.0", "deployer/deployer": "^4.0.0", "deployer/recipes": "^4.0.0", - "wimg/php-compatibility": "^8.0.0", "friendsofphp/php-cs-fixer": "^2.0.0", "hirak/prestissimo": "^0.3", "jakub-onderka/php-parallel-lint": ">=0.9.1,<1.0.0", @@ -50,10 +46,12 @@ "seld/jsonlint": "^1.4.0", "sensiolabs/security-checker": "^4.0", "sllh/composer-versions-check": "^2.0.0", - "squizlabs/php_codesniffer": "^3.0.2" + "squizlabs/php_codesniffer": "^3.0.2", + "wimg/php-compatibility": "^8.0.0" }, "suggest": { "apigen/apigen": "Smart and Readable Documentation for your PHP project.", + "behat/behat": "Scenario-oriented BDD framework", "mayflower/php-codebrowser": "A code browser that augments the code with information from various QA tools.", "mockery/mockery": "A simple yet flexible PHP mock object framework", "phpdocumentor/phpdocumentor": "Documentation generator for PHP.",