Issue #3299455 by Project Update Bot, pwolanin: Drupal 10 compatibility fixes
Showing
- composer.json 1 addition, 1 deletioncomposer.json
- tests/src/Kernel/CsvExportTest.php 6 additions, 6 deletionstests/src/Kernel/CsvExportTest.php
- tests/src/Kernel/JsonExportTest.php 1 addition, 1 deletiontests/src/Kernel/JsonExportTest.php
- views_streaming_data.info.yml 1 addition, 2 deletionsviews_streaming_data.info.yml
... | ... | @@ -5,7 +5,7 @@ |
"license": "GPL-2.0-or-later", | ||
"require": { | ||
"ext-json": "*", | ||
"php": ">=7.0.8", | ||
"php": ">=7.4", | ||
"drupal/csv_serialization": "^1.0 || ^2.0" | ||
} | ||
} |
Please register or sign in to comment