diff --git a/composer.json b/composer.json index 3139b93..33237d3 100644 --- a/composer.json +++ b/composer.json @@ -6,6 +6,6 @@ "require": { "ext-json": "*", "php": ">=7.4", - "drupal/csv_serialization": "^2.0 || ^3.0" + "drupal/csv_serialization": "^2.0 || ^3.0 || ^4.0" } } diff --git a/views_streaming_data.info.yml b/views_streaming_data.info.yml index 4bb627d..3bb156e 100644 --- a/views_streaming_data.info.yml +++ b/views_streaming_data.info.yml @@ -1,7 +1,7 @@ name: 'Views Streaming Data' type: module description: 'Provides streaming CSV and JSON as Views formats.' -core_version_requirement: "^9.0 || ^10.0" +core_version_requirement: "^9.0 || ^10.0 || ^11.0" package: Views dependencies: - csv_serialization:csv_serialization