From e5b23493aac47d41bc71e25cf482088874b1fb91 Mon Sep 17 00:00:00 2001 From: Satoru Hagiwara Date: Fri, 22 Feb 2019 01:16:25 +0000 Subject: [PATCH] =?UTF-8?q?=E3=82=82=E3=81=86=E4=B8=80=E5=9B=9E=E3=81=A0?= =?UTF-8?q?=E3=81=91=E3=83=86=E3=82=B9=E3=83=88=E8=A9=A6=E3=81=97=E3=81=A6?= =?UTF-8?q?=E3=81=BF=E3=82=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .travis.yml | 2 ++ composer.json | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index d48c4a6..2b30082 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,8 @@ language: php php: + - 5.6 + - 7.0 - 7.1 - 7.2 diff --git a/composer.json b/composer.json index a2906e2..679e3d7 100644 --- a/composer.json +++ b/composer.json @@ -15,11 +15,11 @@ "source": "https://github.com/satthi/TcpdfWrapper" }, "require": { - "php": ">=7.1.0", + "php": ">=5.6.0", "setasign/fpdi-tcpdf": "^2.0" }, "require-dev": { - "phpunit/phpunit": "*" + "phpunit/phpunit": "<=7.4.1" }, "autoload": { "psr-4": {