Issue #3338660 by pwolanin, kdebisschop: PHP 8 and more Drupal 10 fixes
Showing
- composer.json 1 addition, 1 deletioncomposer.json
- src/Plugin/views/display/StreamingDataExport.php 8 additions, 7 deletionssrc/Plugin/views/display/StreamingDataExport.php
- src/StreamingViewExecutable.php 2 additions, 2 deletionssrc/StreamingViewExecutable.php
- tests/src/Kernel/ExportTestTrait.php 1 addition, 1 deletiontests/src/Kernel/ExportTestTrait.php
... | ... | @@ -6,6 +6,6 @@ |
"require": { | ||
"ext-json": "*", | ||
"php": ">=7.4", | ||
"drupal/csv_serialization": "^1.0 || ^2.0" | ||
"drupal/csv_serialization": "^2.0 || ^3.0" | ||
} | ||
} |
Please register or sign in to comment