πΊπΈUnited States shamilto2000
This will not install correctly using Composer on Drupal 10, see the error results from trying to install 4.0@alpha. I note that when I follow the sourcecode link, the default package is set at 8.x, not 4.0.
Your requirements could not be resolved to an installable set of packages.
Problem 1
- Root composer.json requires drupal/geotimezone ^4.0@alpha -> satisfiable by drupal/geotimezone[4.0.0-alpha1].
- drupal/geotimezone 4.0.0-alpha1 requires drupal/core ^8.7.7 || ^9 -> found drupal/core[8.7.7, ..., 8.9.x-dev, 9.0.0-alpha1, ..., 9.5.x-dev] but these were not loaded, likely because it conflicts with another require.
πΊπΈUnited States shamilto2000
For some reason the fix suggested at #23 did not work for me. The following worked, however:
composer require 'drupal/better_exposed_filt
ers:^6.0.3' 'drupal/jquery_ui_datepicker:^2.0' 'drupal/jquery_ui_slider:^2.0'