-
- Downloads
Issue #3271888 by mxh: Make this module compatible with Drupal 10
Showing
- composer.json 1 addition, 4 deletionscomposer.json
- field_bundle.info.yml 1 addition, 1 deletionfield_bundle.info.yml
- modules/canonical/field_bundle_canonical.info.yml 1 addition, 1 deletionmodules/canonical/field_bundle_canonical.info.yml
- modules/group/group_field_bundle.info.yml 1 addition, 1 deletionmodules/group/group_field_bundle.info.yml
... | ... | @@ -3,8 +3,5 @@ |
"type": "drupal-module", | ||
"description": "A Drupal module that provides an un-opinionated entity type for creating arbitrary bundles of fields.", | ||
"homepage": "http://drupal.org/project/field_bundle", | ||
"license": "GPL-2.0-or-later", | ||
"require": { | ||
"drupal/core": "^8.9 || ^9.2" | ||
} | ||
"license": "GPL-2.0-or-later" | ||
} |
Please register or sign in to comment