Skip to content

Commit

Permalink
update to stable tus-php, fix psalm warning (#211)
Browse files Browse the repository at this point in the history
  • Loading branch information
urakozz authored and nbeliard committed Nov 15, 2019
1 parent 2022689 commit 1ccd7b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"php": ">=7.1.0",
"ext-curl": "*",
"ext-json":"*",
"ankitpokhrel/tus-php": "v0.1.0"
"ankitpokhrel/tus-php": "^v1.0.0"
},
"autoload": {
"psr-4": {
Expand Down
2 changes: 1 addition & 1 deletion tests/Vimeo/VimeoTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ public function testGetCurlOptions(): void
$result = $vimeo->getCurlOptions();

// Assert
$this->assertInternalType('array', $result);
$this->assertIsArray($result);
$this->assertSame('custom_value', $result['custom_name']);
}

Expand Down

0 comments on commit 1ccd7b3

Please sign in to comment.