Commit fc89b10f authored by catch's avatar catch
Browse files

Issue #2958358 by Mile23, alexpott: Remove Drupal\Component\Utility's...

Issue #2958358 by Mile23, alexpott: Remove Drupal\Component\Utility's dependency on Drupal\Component\Render

(cherry picked from commit 6c7ed388)
parent 7ef5ad66
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@
  },
  "require": {
    "php": ">=7.3.0",
    "drupal/core-utility": "^8.8"
    "drupal/core-render": "^9.4"
  },
  "autoload": {
    "psr-4": {
+1 −2
Original line number Diff line number Diff line
@@ -5,8 +5,7 @@
  "homepage": "https://www.drupal.org/project/drupal",
  "license": "GPL-2.0-or-later",
  "require": {
    "php": ">=7.3.0",
    "drupal/core-render": "^8.8"
    "php": ">=7.3.0"
  },
  "autoload": {
    "psr-4": {