From f402525717b2bcdef8be14f9a2efecbf3a10576f Mon Sep 17 00:00:00 2001 From: Witold Wasiczko Date: Wed, 27 Dec 2017 16:12:08 +0100 Subject: [PATCH] Add php 7.2 support (#6) Add php 7.2 support --- .travis.yml | 1 + composer.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index b57618f..13677cb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,7 @@ php: - 5.6 - 7.0 - 7.1 + - 7.2 env: - DEPS=lowest diff --git a/composer.json b/composer.json index 138d656..5066189 100644 --- a/composer.json +++ b/composer.json @@ -16,7 +16,7 @@ }, "require-dev": { "psr/http-message": "^1.0", - "phpunit/phpunit": "^5.6 || ^6.0", + "phpunit/phpunit": "^5.7.25 || ^6.0", "zendframework/zend-http": "^2.4", "zendframework/zend-eventmanager": "^2.4 || ^3.0", "zendframework/zend-mvc": "^2.4 || ^3.0",