From 9bdc9f8bcafa82accbbc9c6fb0a541a45dad8522 Mon Sep 17 00:00:00 2001 From: Antonio De Marco <antonio@nuvole.org> Date: Sun, 17 Sep 2017 21:08:00 +0200 Subject: [PATCH] Issue #128: Re-enable grumphp. --- .travis.yml | 2 +- composer.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 78f77291..5a3746fe 100644 --- a/.travis.yml +++ b/.travis.yml @@ -33,7 +33,7 @@ script: - cd $TRAVIS_BUILD_DIR - ./vendor/bin/phpunit - ./vendor/bin/behat - # - ./vendor/bin/grumphp run + - ./vendor/bin/grumphp run notifications: email: false diff --git a/composer.json b/composer.json index 91fab1ac..a808b9ac 100644 --- a/composer.json +++ b/composer.json @@ -34,7 +34,8 @@ "bex/behat-screenshot": "^1.2", "bex/behat-screenshot-image-driver-img42": "^1.0", "bex/behat-extension-driver-locator": "^1.0", - "phpro/grumphp": "^0.12.0", + "phpro/grumphp": "0.11.4", + "squizlabs/php_codesniffer": "~2.9", "drupal/coder": "8.2.8" }, "conflict": { -- GitLab