From 7af5e23843f773182d3028a9b2f33f5c9c4624f6 Mon Sep 17 00:00:00 2001 From: apiotrowski Date: Mon, 12 Nov 2018 20:20:35 +0100 Subject: [PATCH] Update travis configuration to php 7.1 --- .travis.yml | 2 +- composer.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 4eb4c44..b42ad17 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ language: php php: - - '7.0' + - '7.1' script: ./vendor/bin/phpunit -c ./phpunit.xml before_script: diff --git a/composer.json b/composer.json index 26499d2..990f9f2 100644 --- a/composer.json +++ b/composer.json @@ -16,7 +16,7 @@ } }, "require": { - "php": "~7.0", + "php": "~7.1", "ext-bcmath": "*" }, "require-dev": {