From cf41cc6fb7d6defc06503b183aba30e8e8b8405d Mon Sep 17 00:00:00 2001 From: mroloux Date: Thu, 29 Oct 2020 11:32:33 +0100 Subject: [PATCH] Fixed build errors --- .travis.yml | 2 +- composer.json | 2 +- tests/SeatsioClientTest.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 5b825b7..272779b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ language: php php: - - 7.0 + - 7.1 - 7.4 dist: trusty install: composer install diff --git a/composer.json b/composer.json index 869b25a..7232963 100644 --- a/composer.json +++ b/composer.json @@ -4,7 +4,7 @@ "type": "library", "license": "MIT", "require": { - "php": ">=7.0.0", + "php": ">=7.1.0", "guzzlehttp/guzzle": "^6.5.5", "netresearch/jsonmapper": "^v1.6.0", "lstrojny/functional-php": "^1.14.1" diff --git a/tests/SeatsioClientTest.php b/tests/SeatsioClientTest.php index 215d20c..82bc8c7 100644 --- a/tests/SeatsioClientTest.php +++ b/tests/SeatsioClientTest.php @@ -18,7 +18,7 @@ class SeatsioClientTest extends TestCase /** @var Subaccount */ protected $subaccount; - protected function setUp() + protected function setUp(): void { $company = $this->createTestCompany(); $this->user = $company->admin;