diff --git a/composer.json b/composer.json index 7843db2..0f71fc6 100755 --- a/composer.json +++ b/composer.json @@ -11,8 +11,8 @@ ], "require": { "keboola/php-utils": "^4.1", - "keboola/php-csvtable": "^2.0", - "keboola/csv": "^2.1", + "keboola/php-csvtable": "^2.1", + "keboola/csv": "^3.0", "php": "^8.1", "ext-json": "*" }, diff --git a/phpstan-baseline.neon b/phpstan-baseline.neon index f14a103..b8fd386 100644 --- a/phpstan-baseline.neon +++ b/phpstan-baseline.neon @@ -375,11 +375,6 @@ parameters: count: 1 path: tests/Keboola/CsvMap/MapperTest.php - - - message: "#^Parameter \\#1 \\$data of method Keboola\\\\CsvMap\\\\Mapper\\:\\:parse\\(\\) expects array, mixed given\\.$#" - count: 1 - path: tests/Keboola/CsvMap/MapperTest.php - - message: "#^Method Keboola\\\\CsvMap\\\\MapperWrongPathTest\\:\\:getSampleDataMulti\\(\\) has no return type specified\\.$#" count: 1