Closed (outdated)
Project:
Drupal core
Version:
8.9.x-dev
Component:
base system
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
8 May 2017 at 16:04 UTC
Updated:
22 Apr 2021 at 06:50 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
eric_a commentedComment #3
eric_a commentedComment #4
eric_a commentedComment #5
eric_a commentedComment #6
eric_a commentedComment #8
mile23In order to figure out how to be consistent in fixing this, I forked drupal/core-dependency: https://github.com/paul-m/core-dependency-injection/tree/8.4.x
I added some travis magic here: https://travis-ci.org/paul-m/core-dependency-injection
In order to get a passing test I had to make these changes: https://github.com/paul-m/core-dependency-injection/commit/0e2e0c591b65a...
In order to evaluate all this you can concentrate on the composer.json file. drupal/core-dependency-injection actually needs drupal/core-utility. And since the test includes
composer install --prefer-lowest, we learn that drupal/core-dependency-injection can work with symfony/dependency-injection 3.0.0.This is actually a bug because there's no way to use only drupal/core-dependency-injection until this is fixed: http://cgit.drupalcode.org/drupal/tree/core/lib/Drupal/Component/Depende...
Comment #14
quietone commentedNot sure which issue made this particular fix but the composer.json has been updated quite a few times since 2017. Drupal 8.9.x is on
"symfony/dependency-injection": "~3.4.26".Closing as outdated.