Closed (fixed)
Project:
AMP CSS Tree Shaking
Version:
8.x-3.1
Component:
Miscellaneous
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
31 Jul 2020 at 12:35 UTC
Updated:
31 Aug 2020 at 17:14 UTC
Jump to comment: Most recent
Comments
Comment #2
kala4ekDev version should be compatible, try it please.
Comment #3
nravens commentedThanks. 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.
Comment #4
kala4ekNew release "8.x-3.2" has compatibility with D9
Comment #5
nravens commentedHi,
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?
Comment #6
kala4ekI'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.
Comment #7
rar9 commentedI 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].