diff --git a/composer.json b/composer.json index 77fc537..d6fa531 100644 --- a/composer.json +++ b/composer.json @@ -18,7 +18,7 @@ "knplabs/gaufrette": "^0.11.1" }, "require-dev": { - "phpunit/phpunit": "^7 || ^8 || ^9", + "phpunit/phpunit": "^7 || ^8 || ^9 || ^10", "wdes/coding-standard": "^3.0", "nyholm/psr7": "^1.4" }, diff --git a/test/src/ResumableTest.php b/test/src/ResumableTest.php index fd2313b..2ea7c6b 100644 --- a/test/src/ResumableTest.php +++ b/test/src/ResumableTest.php @@ -216,7 +216,7 @@ public function testResumableParamsGetRequest(): void $this->assertEquals($resumableParams, $this->resumable->resumableParams()); } - public function isFileUploadCompleteProvider(): array + public static function isFileUploadCompleteProvider(): array { return [ ['mock.png', 'files', 20, 60, true],