- Issue created by @lostcarpark
- 🇦🇺Australia 2pha
There seems to be very little difference..
https://git.drupalcode.org/project/acl/-/compare/8.x-1.1...2.0.0-beta1?f...
You can always use mglaman/composer-drupal-lenient to install the older version, which I will be trying with my D10 upgrade. - 🇵🇱Poland ad0z
@lostcarpark You can use OR in composer.json module version:
^1.1 || ^2.0@beta
so the module should be handled automatically when core is updated.
https://www.drupal.org/docs/upgrading-drupal/upgrading-from-drupal-8-or-... →