Skip to content
Snippets Groups Projects
Commit 8e74e380 authored by Alex Pott's avatar Alex Pott
Browse files

Issue #2744383 by chishah92, Eric_A: drupal/core-dependency-injection is...

Issue #2744383 by chishah92, Eric_A: drupal/core-dependency-injection is missing from the drupal/core replace section
parent da9e933f
No related branches found
No related tags found
No related merge requests found
......@@ -66,6 +66,7 @@
"drupal/core-annotation": "self.version",
"drupal/core-bridge": "self.version",
"drupal/core-datetime": "self.version",
"drupal/core-dependency-injection": "self.version",
"drupal/core-diff": "self.version",
"drupal/core-discovery": "self.version",
"drupal/core-event-dispatcher": "self.version",
......
......@@ -48,6 +48,7 @@ protected function getPaths() {
$this->root . '/core/lib/Drupal/Component/Assertion',
$this->root . '/core/lib/Drupal/Component/Bridge',
$this->root . '/core/lib/Drupal/Component/Datetime',
$this->root . '/core/lib/Drupal/Component/DependencyInjection',
$this->root . '/core/lib/Drupal/Component/Diff',
$this->root . '/core/lib/Drupal/Component/Discovery',
$this->root . '/core/lib/Drupal/Component/EventDispatcher',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment