Skip to content

Commit 25affca

Browse files
committed
Use Drupal Render and Utility Component packages instead of own copies
1 parent 9f37b68 commit 25affca

31 files changed

+3
-4581
lines changed

composer.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,9 @@
2525
},
2626
"require": {
2727
"php": ">=5.5.9",
28-
"pattern-lab/core": "^2.6.3"
28+
"pattern-lab/core": "^2.6.3",
29+
"drupal/core-render": "^8.7",
30+
"drupal/core-utility": "^8.7"
2931
},
3032
"extra": {
3133
"patternlab": {

src/Drupal/Component/Render/FormattableMarkup.php

Lines changed: 0 additions & 262 deletions
This file was deleted.

src/Drupal/Component/Render/HtmlEscapedText.php

Lines changed: 0 additions & 61 deletions
This file was deleted.

src/Drupal/Component/Render/MarkupInterface.php

Lines changed: 0 additions & 48 deletions
This file was deleted.

0 commit comments

Comments
 (0)