Skip to content

Commit 3cb8971

Browse files
authored
6 minor version support (#10)
* 6.0 support * 6 minor version support * Apply fixes from StyleCI [ci skip] [skip ci]
1 parent 14952ee commit 3cb8971

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"require": {
1919
"php": "^7.1",
2020
"guzzlehttp/guzzle": "~6.0",
21-
"illuminate/support": "5.7.* || 5.8.* || 6.0.*",
21+
"illuminate/support": "5.7.* || 5.8.* || 6.*",
2222
"symfony/dotenv": "^4.2"
2323
},
2424
"require-dev": {

tests/ClientTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
namespace Tapp\Airtable\Tests;
44

5-
use PHPUnit\Framework\TestCase;
65
use GuzzleHttp\Client as GuzzleClient;
6+
use PHPUnit\Framework\TestCase;
77
use Psr\Http\Message\ResponseInterface;
88
use Tapp\Airtable\Api\AirtableApiClient as Client;
99

0 commit comments

Comments
 (0)