Skip to content
Snippets Groups Projects

Issue 3429671: Adapt drupal/core constraint for Drupal 11 compatibility.

1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -6,6 +6,6 @@
"require": {
"drupal/commerce": "^2 || ^3",
"drupal/crm_core": "~3.0 || 3.x-dev",
"drupal/core": "^9 || ^10"
"drupal/core": "^9 || ^10 || ^11"
}
}
Loading