diff --git a/composer.json b/composer.json index 7707197..ea8308a 100644 --- a/composer.json +++ b/composer.json @@ -18,10 +18,10 @@ "minimum-stability": "dev", "require": { "drupal/core": "^9.5 || ^10", - "drupal/allowed_formats": "^1.4", - "drupal/entity_data": "^1.0", + "drupal/allowed_formats": "^2.0", + "drupal/entity_data": "^1.1", "drupal/migrate_plus": "^6.0", "drupal/migrate_tools": "^6.0", - "drupal/geofield": "^1.16" + "drupal/geofield": "^1.5" } }