Problem/Motivation

It would be great to update symfony to include https://github.com/symfony/symfony/pull/15380 in there

Proposed resolution

Remaining tasks

User interface changes

API changes

Data model changes

Comments

dawehner created an issue. See original summary.

joshi.rohit100’s picture

As per PR, do we only need to update DI component ?

dawehner’s picture

As per PR, do we only need to update DI component ?

Theoretically yes, but I would just update all of them at once. AT least for now we always handled it like that.

joshi.rohit100’s picture

Just one more thing -

Isn't that PR is for 2.3 and we are using 2.7 ? Am I missing something ?

dawehner’s picture

I'm pretty sure that all we need is composer update symfony/http-kernel ... (all the components)

joshi.rohit100’s picture

Ok, how I did this :-

1. updated my composer first
2. then
composer update symfony/class-loader symfony/console symfony/css-selector symfony/dependency-injection symfony/event-dispatcher symfony/http-foundation symfony/http-kernel symfony/routing symfony/serializer symfony/translation symfony/validator symfony/process symfony/yaml

Result -

Loading composer repositories with package information
Updating dependencies (including require-dev)
Nothing to install or update
Generating autoload files
> Drupal\Core\Composer\Composer::preAutoloadDump
> Drupal\Core\Composer\Composer::ensureHtaccess

Is something missing ?

dawehner’s picture

you need a "cd core" first.

joshi.rohit100’s picture

Yes I ran this from core/ directory.

dawehner’s picture

Ah, well then I guess they haven't released a stable version in the meantime.

anavarre’s picture

anavarre’s picture