From 6dc21aa9a1b229e88b7253050a3d648c78dd70ba Mon Sep 17 00:00:00 2001 From: Michael Bodnarchuk Date: Sun, 21 Oct 2018 23:15:55 +0300 Subject: [PATCH 1/2] Update composer.json --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 5ce74f9..1c2d9f3 100644 --- a/composer.json +++ b/composer.json @@ -13,7 +13,7 @@ "codeception/phpunit-wrapper": "*" }, "require": { - "phpunit/phpunit": ">=5.7.27 <7.0", + "phpunit/phpunit": ">=6.5.13 <7.0", "phpunit/php-code-coverage": ">=4.0.4 <6.0", "sebastian/comparator": ">=1.2.4 <3.0", "sebastian/diff": ">=1.4 <4.0" From f5612d82d290b347e2ffb0d9acff8752ae765a66 Mon Sep 17 00:00:00 2001 From: Michael Bodnarchuk Date: Sun, 21 Oct 2018 23:23:24 +0300 Subject: [PATCH 2/2] Update .travis.yml Updated deps in travis --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 6d77045..8106a50 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,9 +4,9 @@ env: CODECEPTION_VERSION: '2.4.x-dev' php: - - 5.6 - 7.0 - 7.1 + - 7.2 before_script: - wget https://robo.li/robo.phar @@ -15,4 +15,4 @@ before_script: script: - php robo.phar test cli - - php robo.phar test "unit -g core" \ No newline at end of file + - php robo.phar test "unit -g core"