We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14952ee commit 3cb8971Copy full SHA for 3cb8971
composer.json
@@ -18,7 +18,7 @@
18
"require": {
19
"php": "^7.1",
20
"guzzlehttp/guzzle": "~6.0",
21
- "illuminate/support": "5.7.* || 5.8.* || 6.0.*",
+ "illuminate/support": "5.7.* || 5.8.* || 6.*",
22
"symfony/dotenv": "^4.2"
23
},
24
"require-dev": {
tests/ClientTest.php
@@ -2,8 +2,8 @@
2
3
namespace Tapp\Airtable\Tests;
4
5
-use PHPUnit\Framework\TestCase;
6
use GuzzleHttp\Client as GuzzleClient;
+use PHPUnit\Framework\TestCase;
7
use Psr\Http\Message\ResponseInterface;
8
use Tapp\Airtable\Api\AirtableApiClient as Client;
9
0 commit comments