-
- Downloads
Big Data Table composer json file
composer.json
0 → 100644
{ | ||
"name": "drupal/big_datatable", | ||
"type": "drupal-module", | ||
"description": "Provides a Big Data Table configuration.", | ||
"license": "GPL-2.0-or-later", | ||
"homepage": "https://www.drupal.org/project/big_datatable", | ||
"support": { | ||
"issues": "https://www.drupal.org/project/issues/big_datatable", | ||
"source": "https://git.drupalcode.org/project/big_datatable.git" | ||
}, | ||
"require": { | ||
"drupal/core": "^8 || ^9 || ^10" | ||
} | ||
} |
Please register or sign in to comment