Hi,

Is version 8.x-3.1 compatible with Drupal 9?

Comments

nakes created an issue. See original summary.

kala4ek’s picture

Status: Active » Postponed (maintainer needs more info)

Dev version should be compatible, try it please.

nravens’s picture

Thanks. I've installed the dev version D9 and don't see any errors. I assume it's working correctly but I will reply again if I do discover any issues.

kala4ek’s picture

Status: Postponed (maintainer needs more info) » Fixed

New release "8.x-3.2" has compatibility with D9

nravens’s picture

Hi,

Thank you for the update. Do i need to uninstall the dev version before installing the latest release or will running composer require 'drupal/amp_cts:^3.2' update to the latest release?

kala4ek’s picture

I'm not sure that just composer require 'drupal/amp_cts:^3.2' will work for you. But you can try :)
In case it won't work, just remove dev and install 3.2 from scratch, they are the same now.

rar9’s picture

I got

drupal/amp 3.4.0
drupal/amptheme 3.0.0

composer require 'drupal/amp_cts:^3.2'

Gives

Problem 1
- Installation request for symfony/css-selector (locked at v4.4.11) -> satisfiable by symfony/css-selector[v4.4.11].
- drupal/amp_cts 3.x-dev requires drupaljedi/css-tree-shaking ^1.1 -> satisfiable by drupaljedi/css-tree-shaking[1.1.0].
- drupal/amp_cts 3.2.0 requires drupaljedi/css-tree-shaking ^1.1 -> satisfiable by drupaljedi/css-tree-shaking[1.1.0].
- Conclusion: don't install drupaljedi/css-tree-shaking 1.1.0
- Installation request for drupal/amp_cts ^3.2 -> satisfiable by drupal/amp_cts[3.x-dev, 3.2.0].

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.