Commit 413287da authored by mxh's avatar mxh
Browse files

Issue #3270628 by mxh: D10 compatibility

parent 5d9b281b
Loading
Loading
Loading
Loading

composer.json

0 → 100644
+10 −0
Original line number Diff line number Diff line
{
  "name": "drupal/text_block",
  "type": "drupal-module",
  "description": "This Drupal module provides the ability to add exportable blocks with custom text.",
  "license": "GPL-2.0-or-later",
  "support": {
    "issues": "https://drupal.org/project/issues/text_block",
    "source": "https://drupal.org/project/text_block"
  }
}
+1 −2
Original line number Diff line number Diff line
@@ -2,7 +2,6 @@ type: module
name: Text Block
description: "This module provides the ability to add exportable blocks with custom text."
package: Other
core: 8.x
core_version_requirement: ^8 || ^9
core_version_requirement: ^9 || ^10
dependencies:
  - drupal:block