- Issue created by @drupalfan2
- 🇮🇳India ravi kant Jaipur
@drupalfan2
The older version https://www.drupal.org/project/bootstrap_barrio/releases/8.x-4.31 → is using bootstrap 4 but needed to make compatible with Drupal 10.
The composer command to install Bootstrap Barrio 5.1.10 on theme front site is:
composer require 'drupal/bootstrap_barrio:^5.1'
But this command does NOT install v5.1.10 with Bootstrap 4 it installs v5.5.16 of Bootstrap Barrio Theme with Bootstrap 5.
What could be the correct command to install v5.1.10 (or latest Bootstrap 4 version)?
composer require 'drupal/bootstrap_barrio:~5.1.10'
Is this the correct command or does anyone have a better solution?
Thank you.
Active
5.1
Code
@drupalfan2
The older version
https://www.drupal.org/project/bootstrap_barrio/releases/8.x-4.31 →
is using bootstrap 4 but needed to make compatible with Drupal 10.