Skip to content

thephpleague/csv does not support PHP 8 #1145

@wansing

Description

@wansing

It seems that the forms app requires "league/csv": "^9.5" (in composer.json), while >= 9.6.2 is required for PHP 8.0 support and >= 9.7.3 for PHP 8.1 support.

This is probably the reason I'm getting this error:

Type of League\\Csv\\EncloseField::$filtername must be string (as in class php_user_filter) at /var/lib/nextcloud/apps/forms/vendor/league/csv/src/EncloseField.php

Could we bump the dependency to 9.7.3?

Metadata

Metadata

Assignees

No one assigned

    Labels

    2. developingWork in progresshighHigh priorityintegrationCompatibility with other apps/systems

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions