Skip to content

Commit

Permalink
Fixed build errors
Browse files Browse the repository at this point in the history
  • Loading branch information
mroloux committed Oct 29, 2020
1 parent ba4298c commit cf41cc6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: php
php:
- 7.0
- 7.1
- 7.4
dist: trusty
install: composer install
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion tests/SeatsioClientTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit cf41cc6

Please sign in to comment.